Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363365
b: refs/heads/master
c: c9cf272
h: refs/heads/master
i:
  363363: cde9939
v: v3
  • Loading branch information
Guenter Roeck authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent a02eaa6 commit ca35d5d
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: e85b315e2c2a2196ca15f85fa5501f55bb0a46fb
refs/heads/master: c9cf272b928c3e92c41d9987ddaac1398ba631ef
2 changes: 1 addition & 1 deletion trunk/drivers/staging/dgrp/dgrp_net_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -3405,7 +3405,7 @@ static long dgrp_net_ioctl(struct file *file, unsigned int cmd,
if (size != sizeof(struct link_struct))
return -EINVAL;

if (copy_from_user((void *)(&link), (void __user *) arg, size))
if (copy_from_user(&link, (void __user *)arg, size))
return -EFAULT;

if (link.lk_fast_rate < 9600)
Expand Down

0 comments on commit ca35d5d

Please sign in to comment.