Re: [PATCH] Driver: HID: hid-apple: Fixed a tab width style issue
From: Daniel Kurtz <hidden>
Date: 2012-04-18 15:33:00
Also in:
lkml
On Wed, Apr 18, 2012 at 6:22 PM, Benedikt Bergenthal [off-list ref] wrote:
From: Benedikt <redacted> Fixed a style issue. Signed-off-by: Benedikt Bergenthal <redacted>
Reviewed-by: Daniel Kurtz <redacted>
quoted hunk ↗ jump to hunk
--- drivers/hid/hid-apple.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index 299d238..7a79e39 100644 --- 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) { -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
-- Daniel Kurtz | Software Engineer | djkurtz@google.com | 650.204.0722 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html