Skip to content

Commit 6724bc6

Browse files
jhsmtkuba-moo
authored andcommitted
selftests: net: remove redundant ncdevmem print
Remove extrenous fprintf Signed-off-by: Jamal Hadi Salim <[email protected]> Reviewed-by: Mina Almasry <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 455e135 commit 6724bc6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/testing/selftests/drivers/net/hw/ncdevmem.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,6 @@ int do_server(struct memory_buffer *mem)
619619
fprintf(stderr, "page_aligned_frags=%lu, non_page_aligned_frags=%lu\n",
620620
page_aligned_frags, non_page_aligned_frags);
621621

622-
fprintf(stderr, "page_aligned_frags=%lu, non_page_aligned_frags=%lu\n",
623-
page_aligned_frags, non_page_aligned_frags);
624-
625622
cleanup:
626623

627624
free(tmp_mem);

0 commit comments

Comments
 (0)