Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253380
b: refs/heads/master
c: b8f07a0
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Jun 5, 2011
1 parent 58b3dc5 commit 3ca6bc1
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: c316e6a3084cef1a5857cd66bb5429c969f06c93
refs/heads/master: b8f07a063163f8216cd891c5b007e839a56b6d93
2 changes: 1 addition & 1 deletion trunk/net/l2tp/l2tp_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static int l2tp_dfs_seq_open(struct inode *inode, struct file *file)
*/
pd->net = get_net_ns_by_pid(current->pid);
if (IS_ERR(pd->net)) {
rc = -PTR_ERR(pd->net);
rc = PTR_ERR(pd->net);
goto err_free_pd;
}

Expand Down

0 comments on commit 3ca6bc1

Please sign in to comment.