diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-04-30 21:49:58 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-11 10:47:55 +0200 |
commit | 81cd584394e54514c57b18e0f23e0b5ca40070b2 (patch) | |
tree | 665da564e62509a9bd55f8a6d03d37265d46434c | |
parent | fe6065dc30c8cdd4beaffd6d3fa110222ad08795 (diff) | |
download | linux-3.10-81cd584394e54514c57b18e0f23e0b5ca40070b2.tar.gz linux-3.10-81cd584394e54514c57b18e0f23e0b5ca40070b2.tar.bz2 linux-3.10-81cd584394e54514c57b18e0f23e0b5ca40070b2.zip |
HID: hidraw: fix indentation
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/hid/hidraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c index d04476700b7..a758ead3df6 100644 --- a/drivers/hid/hidraw.c +++ b/drivers/hid/hidraw.c @@ -310,7 +310,7 @@ static long hidraw_ioctl(struct file *file, unsigned int cmd, -EFAULT : len; break; } - } + } ret = -ENOTTY; } |