Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221612
b: refs/heads/master
c: 6f9b901
h: refs/heads/master
v: v3
  • Loading branch information
Dr. David Alan Gilbert authored and David S. Miller committed Nov 1, 2010
1 parent 4b23eab commit cd5a92d
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: eae61ae15b752b919ea45746f6dff449ff6d3281
refs/heads/master: 6f9b901823aafd14a84ae27f61ff28bafed01260
2 changes: 1 addition & 1 deletion trunk/net/l2tp/l2tp_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ static int l2tp_dfs_seq_open(struct inode *inode, struct file *file)
struct seq_file *seq;
int rc = -ENOMEM;

pd = kzalloc(GFP_KERNEL, sizeof(*pd));
pd = kzalloc(sizeof(*pd), GFP_KERNEL);
if (pd == NULL)
goto out;

Expand Down

0 comments on commit cd5a92d

Please sign in to comment.