All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benedikt Bergenthal <benedikt@kdrennert.de>
To: jkosina@suse.cz
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: Style issue in Driver/hid/hid-apple
Date: Sun, 15 Apr 2012 23:45:35 +0200	[thread overview]
Message-ID: <4F8B417F.6030204@kdrennert.de> (raw)

>From 6e3e0130d7b9b39e114aeb55b1626f3070e22239 Mon Sep 17 00:00:00 2001
From: Benedikt <bbergenthal@cern.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@kdrennert.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


                 reply	other threads:[~2012-04-15 21:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F8B417F.6030204@kdrennert.de \
    --to=benedikt@kdrennert.de \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.