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

selftests: net: remove redundant ncdevmem print

Remove extrenous fprintf

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Reviewed-by: Mina Almasry <almasrymina@google.com>
Link: https://patch.msgid.link/20241218140018.15607-1-jhs@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Jamal Hadi Salim and committed by
Jakub Kicinski
6724bc65 455e135c

-3
-3
tools/testing/selftests/drivers/net/hw/ncdevmem.c
··· 619 619 fprintf(stderr, "page_aligned_frags=%lu, non_page_aligned_frags=%lu\n", 620 620 page_aligned_frags, non_page_aligned_frags); 621 621 622 - fprintf(stderr, "page_aligned_frags=%lu, non_page_aligned_frags=%lu\n", 623 - page_aligned_frags, non_page_aligned_frags); 624 - 625 622 cleanup: 626 623 627 624 free(tmp_mem);