diff options
-rw-r--r-- | fs/compat_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index b83f6bcfa51a..0aac371bff0b 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
@@ -1765,7 +1765,7 @@ static int do_i2c_smbus_ioctl(unsigned int fd, unsigned int cmd, unsigned long a | |||
1765 | 1765 | ||
1766 | /* Since old style bridge ioctl's endup using SIOCDEVPRIVATE | 1766 | /* Since old style bridge ioctl's endup using SIOCDEVPRIVATE |
1767 | * for some operations; this forces use of the newer bridge-utils that | 1767 | * for some operations; this forces use of the newer bridge-utils that |
1768 | * use compatiable ioctls | 1768 | * use compatible ioctls |
1769 | */ | 1769 | */ |
1770 | static int old_bridge_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) | 1770 | static int old_bridge_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) |
1771 | { | 1771 | { |