projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe6065d
)
HID: hidraw: fix indentation
author
Antonio Ospite
<ospite@studenti.unina.it>
Fri, 30 Apr 2010 19:49:58 +0000
(21:49 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 11 May 2010 08:47:55 +0000
(10:47 +0200)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hidraw.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/hidraw.c
b/drivers/hid/hidraw.c
index d04476700b7b4eb792e41d381a61b535e0666f8f..a758ead3df61a633aa4e68bcba3e1997a2d314e4 100644
(file)
--- 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;
}