Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Ahelenia Ziemiańska and committed by
Jakub Kicinski
f142028e 60687c2c

+1 -1
+1 -1
drivers/net/ethernet/google/gve/gve_rx_dqo.c
··· 671 671 buf_len = compl_desc->packet_len; 672 672 hdr_len = compl_desc->header_len; 673 673 674 - /* Page might have not been used for awhile and was likely last written 674 + /* Page might have not been used for a while and was likely last written 675 675 * by a different thread. 676 676 */ 677 677 if (rx->dqo.page_pool) {