Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33082
b: refs/heads/master
c: 118075b
h: refs/heads/master
v: v3
  • Loading branch information
James Morris authored and David S. Miller committed Aug 2, 2006
1 parent ebb802c commit 68e3d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9cac2c35e26cc44978df654306bb92d7cfe7e2de
refs/heads/master: 118075b3cdc90e0815362365f3fc64d672ace0d6
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static int tcpprobe_open(struct inode * inode, struct file * file)
static ssize_t tcpprobe_read(struct file *file, char __user *buf,
size_t len, loff_t *ppos)
{
int error = 0, cnt;
int error = 0, cnt = 0;
unsigned char *tbuf;

if (!buf || len < 0)
Expand Down

0 comments on commit 68e3d6b

Please sign in to comment.