mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
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:
parent
60687c2c5c
commit
f142028e30
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user