lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 15 Apr 2012 23:45:35 +0200
From:	Benedikt Bergenthal <benedikt@...ennert.de>
To:	jkosina@...e.cz
CC:	linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: Style issue in Driver/hid/hid-apple

>From 6e3e0130d7b9b39e114aeb55b1626f3070e22239 Mon Sep 17 00:00:00 2001
From: Benedikt <bbergenthal@...n.ch>
Date: Sun, 15 Apr 2012 23:29:57 +0200
Subject: [PATCH] Driver: HID: hid-apple: Fixed a tab width style issue

Fixed a style issue.

Signed-off-by: Benedikt Bergenthal <benedikt@...ennert.de>
---
 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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ