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:
212da74
)
HID: hid-apple: fix a tab width style issue
author
Benedikt Bergenthal
<benedikt@kdrennert.de>
Wed, 18 Apr 2012 10:22:40 +0000
(12:22 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 18 Apr 2012 10:30:05 +0000
(12:30 +0200)
Fixed a style issue.
Signed-off-by: Benedikt Bergenthal <benedikt@kdrennert.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-apple.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/hid-apple.c
b/drivers/hid/hid-apple.c
index 299d23871122f29f8651917caf2ccb461a4c8c1d..7a79e39efc7e76a61a3d3c807cb9ea57b665cbfb 100644
(file)
--- a/
drivers/hid/hid-apple.c
+++ b/
drivers/hid/hid-apple.c
@@
-234,7
+234,7
@@
static int hidinput_apple_event(struct hid_device *hid, struct input_dev *input,
}
}
-
if (iso_layout) {
+ if (iso_layout) {
if (asc->quirks & APPLE_ISO_KEYBOARD) {
trans = apple_find_translation(apple_iso_keyboard, usage->code);
if (trans) {