Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57430
b: refs/heads/master
c: 14a49e1
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 7, 2007
1 parent 1477909 commit 249bc5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 274707cff9810b784c548ed169298617a1bc3528
refs/heads/master: 14a49e1fd2bb91ba2bf0e1f06711b6dbc21de02d
6 changes: 4 additions & 2 deletions trunk/net/ipv4/tcp_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ struct {
* Print to log with timestamps.
* FIXME: causes an extra copy
*/
static void printl(const char *fmt, ...)
__attribute__ ((format (printf, 1, 2)));

static void printl(const char *fmt, ...)
{
va_list args;
Expand All @@ -80,8 +83,7 @@ static void printl(const char *fmt, ...)

kfifo_put(tcpw.fifo, tbuf, len);
wake_up(&tcpw.wait);
} __attribute__ ((format (printf, 1, 2)));

}

/*
* Hook inserted to be called before each receive packet.
Expand Down

0 comments on commit 249bc5c

Please sign in to comment.