Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94074
b: refs/heads/master
c: 3595726
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Apr 28, 2008
1 parent 1cd4c91 commit 13c9d2f
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: 3af9c5bed1b8f284f3d7d479c77adf60ad059e91
refs/heads/master: 3595726ac349ca9682703535e9a999c4f08c2d80
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/line.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ int line_ioctl(struct tty_struct *tty, struct file * file,
break;
if (i == ARRAY_SIZE(tty_ioctls)) {
printk(KERN_ERR "%s: %s: unknown ioctl: 0x%x\n",
__FUNCTION__, tty->name, cmd);
__func__, tty->name, cmd);
}
ret = -ENOIOCTLCMD;
break;
Expand Down

0 comments on commit 13c9d2f

Please sign in to comment.