forked from Minki/linux
uml: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3af9c5bed1
commit
3595726ac3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user