mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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>
This commit is contained in:
parent
455e135c30
commit
6724bc65e5
|
|
@ -619,9 +619,6 @@ int do_server(struct memory_buffer *mem)
|
|||
fprintf(stderr, "page_aligned_frags=%lu, non_page_aligned_frags=%lu\n",
|
||||
page_aligned_frags, non_page_aligned_frags);
|
||||
|
||||
fprintf(stderr, "page_aligned_frags=%lu, non_page_aligned_frags=%lu\n",
|
||||
page_aligned_frags, non_page_aligned_frags);
|
||||
|
||||
cleanup:
|
||||
|
||||
free(tmp_mem);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user