All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Klee <jklee@nosuchfail.org>
To: kernel-janitors@vger.kernel.org
Subject: [PATCH] hid-apple: fix coding style error
Date: Wed, 03 Sep 2014 14:08:16 +0000	[thread overview]
Message-ID: <540720D0.2060800@nosuchfail.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

Hello everyone,
please find attached a patch fixing a coding style error.

Regards,
jklee

[-- Attachment #2: 0001-fix-coding-style-error.patch --]
[-- Type: text/x-patch, Size: 724 bytes --]

From e66b1e0cb9733ab20a73bb3234578006afd02639 Mon Sep 17 00:00:00 2001
From: "Jonathan Klee (jklee)" <jklee@nosuchfail.org>
Date: Wed, 3 Sep 2014 15:43:13 +0200
Subject: [PATCH] fix coding style error

---
 drivers/hid/hid-apple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index f822fd2..df9348f 100644
--- a/drivers/hid/hid-apple.c
+++ b/drivers/hid/hid-apple.c
@@ -160,7 +160,7 @@ static const struct apple_key_translation swapped_option_cmd_keys[] = {
 	{ KEY_LEFTALT,	KEY_LEFTMETA },
 	{ KEY_LEFTMETA,	KEY_LEFTALT },
 	{ KEY_RIGHTALT,	KEY_RIGHTMETA },
-	{ KEY_RIGHTMETA,KEY_RIGHTALT },
+	{ KEY_RIGHTMETA, KEY_RIGHTALT },
 	{ }
 };
 
-- 
2.1.0


             reply	other threads:[~2014-09-03 14:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-03 14:08 Jonathan Klee [this message]
2014-09-03 14:40 ` [PATCH] hid-apple: fix coding style error Julia Lawall
2014-09-03 14:46 ` Dan Carpenter

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=540720D0.2060800@nosuchfail.org \
    --to=jklee@nosuchfail.org \
    --cc=kernel-janitors@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.