public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Hornung <mhornung.linux@gmail.com>
To: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com,
	gregkh@linuxfoundation.org
Cc: paul.gortmaker@windriver.com, punitvara@gmail.com,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Michael Hornung <mhornung.linux@gmail.com>
Subject: [PATCH 5/6] staging: rtl8712: Coding style: Fix alignment
Date: Wed, 18 Nov 2015 20:59:16 +0100	[thread overview]
Message-ID: <1447876757-25790-6-git-send-email-mhornung.linux@gmail.com> (raw)
In-Reply-To: <1447876757-25790-5-git-send-email-mhornung.linux@gmail.com>

* Fix alignment which did not match open parenthesis

Signed-off-by: Michael Hornung <mhornung.linux@gmail.com>
---
 drivers/staging/rtl8712/ieee80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/ieee80211.h b/drivers/staging/rtl8712/ieee80211.h
index 830452b..e5ec6c2 100644
--- a/drivers/staging/rtl8712/ieee80211.h
+++ b/drivers/staging/rtl8712/ieee80211.h
@@ -744,7 +744,7 @@ unsigned char *r8712_get_wpa_ie(unsigned char *pie, int *rsn_ie_len, int limit);
 unsigned char *r8712_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len,
 				 int limit);
 int r8712_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher,
-			int *pairwise_cipher);
+		       int *pairwise_cipher);
 int r8712_parse_wpa2_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher,
 			int *pairwise_cipher);
 int r8712_get_sec_ie(u8 *in_ie, uint in_len, u8 *rsn_ie, u16 *rsn_len,
-- 
2.6.2


  reply	other threads:[~2015-11-18 19:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-18 19:59 [PATCH 0/6] staging: rtl8712: Coding style cleanups Michael Hornung
2015-11-18 19:59 ` [PATCH 1/6] staging: rtl8712: Coding style: Remove multiple blank lines Michael Hornung
2015-11-18 19:59   ` [PATCH 2/6] staging: rtl8712: Coding style: Make use of BIT macro Michael Hornung
2015-11-18 19:59     ` [PATCH 3/6] staging: rtl8712: Coding style: Fix missing spaces Michael Hornung
2015-11-18 19:59       ` [PATCH 4/6] staging: rtl8712: Replace FSF mailing address by URL Michael Hornung
2015-11-18 19:59         ` Michael Hornung [this message]
2015-11-18 19:59           ` [PATCH 6/6] staging: rtl8712: Remove unused CamelCase define Michael Hornung

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=1447876757-25790-6-git-send-email-mhornung.linux@gmail.com \
    --to=mhornung.linux@gmail.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=florian.c.schilhabel@googlemail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.gortmaker@windriver.com \
    --cc=punitvara@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox