From: Andrew Morton Cc: Ian Kent Signed-off-by: Andrew Morton --- fs/autofs4/dev-ioctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN fs/autofs4/dev-ioctl.c~autofs4-add-miscellaneous-device-for-ioctls-fix fs/autofs4/dev-ioctl.c --- a/fs/autofs4/dev-ioctl.c~autofs4-add-miscellaneous-device-for-ioctls-fix +++ a/fs/autofs4/dev-ioctl.c @@ -39,8 +39,8 @@ #define AUTOFS_DEV_IOCTL_SIZE sizeof(struct autofs_dev_ioctl) -typedef int (*ioctl_fn)(struct file *, -struct autofs_sb_info *, struct autofs_dev_ioctl *); +typedef int (*ioctl_fn)(struct file *, struct autofs_sb_info *, + struct autofs_dev_ioctl *); static int check_name(const char *name) { _