Skip to content

Commit

Permalink
selftests: net: remove redundant ncdevmem print
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jamal Hadi Salim authored and Jakub Kicinski committed Dec 20, 2024
1 parent 455e135 commit 6724bc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/testing/selftests/drivers/net/hw/ncdevmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6724bc6

Please sign in to comment.