gve: global: fix "for a while" typo

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/5zsbhtyox3cvbntuvhigsn42uooescbvdhrat6s3d6rczznzg5@tarta.nabijaczleweli.xyz
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Ahelenia Ziemiańska 2025-07-03 20:21:20 +02:00 committed by Jakub Kicinski
parent 60687c2c5c
commit f142028e30

View File

@ -671,7 +671,7 @@ static int gve_rx_dqo(struct napi_struct *napi, struct gve_rx_ring *rx,
buf_len = compl_desc->packet_len;
hdr_len = compl_desc->header_len;
/* Page might have not been used for awhile and was likely last written
/* Page might have not been used for a while and was likely last written
* by a different thread.
*/
if (rx->dqo.page_pool) {