Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58940
b: refs/heads/master
c: 38d15b6
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 11, 2007
1 parent 3d76c38 commit 64df441
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3557baabf28088f49bdf72a048fd33ab62e205b1
refs/heads/master: 38d15b656258b52a659fcf3e181f85b51bd1851f
4 changes: 2 additions & 2 deletions trunk/drivers/net/pppol2tp.c
Original file line number Diff line number Diff line change
Expand Up @@ -890,11 +890,11 @@ static int pppol2tp_sendmsg(struct kiocb *iocb, struct socket *sock, struct msgh
/* Debug */
if (session->send_seq)
PRINTK(session->debug, PPPOL2TP_MSG_DATA, KERN_DEBUG,
"%s: send %d bytes, ns=%hu\n", session->name,
"%s: send %Zd bytes, ns=%hu\n", session->name,
total_len, session->ns - 1);
else
PRINTK(session->debug, PPPOL2TP_MSG_DATA, KERN_DEBUG,
"%s: send %d bytes\n", session->name, total_len);
"%s: send %Zd bytes\n", session->name, total_len);

if (session->debug & PPPOL2TP_MSG_DATA) {
int i;
Expand Down

0 comments on commit 64df441

Please sign in to comment.