Skip to content

Commit 41c55ea

Browse files
bmenegdavem330
authored andcommitted
net/bpfilter: remove superfluous testing message
A testing message was brought by 13d0f7b ("net/bpfilter: fix dprintf usage for /dev/kmsg") but should've been deleted before patch submission. Although it doesn't cause any harm to the code or functionality itself, it's totally unpleasant to have it displayed on every loop iteration with no real use case. Thus remove it unconditionally. Fixes: 13d0f7b ("net/bpfilter: fix dprintf usage for /dev/kmsg") Signed-off-by: Bruno Meneguele <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 79540d1 commit 41c55ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/bpfilter/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ static void loop(void)
3535
struct mbox_reply reply;
3636
int n;
3737

38-
fprintf(debug_f, "testing the buffer\n");
3938
n = read(0, &req, sizeof(req));
4039
if (n != sizeof(req)) {
4140
fprintf(debug_f, "invalid request %d\n", n);

0 commit comments

Comments
 (0)