Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1272527
| From | Michael Hornung <mhornung.linux@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 5/6] staging: rtl8712: Coding style: Fix alignment |
| Date | 2015-11-18 21:10 +0100 |
| Message-ID | <qwhdg-7Lc-23@gated-at.bofh.it> (permalink) |
| References | <qwh3z-7rl-1@gated-at.bofh.it> <qwhdg-7Lc-13@gated-at.bofh.it> <qwhdg-7Lc-15@gated-at.bofh.it> <qwhdg-7Lc-11@gated-at.bofh.it> <qwhdg-7Lc-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] staging: rtl8712: Coding style cleanups Michael Hornung <mhornung.linux@gmail.com> - 2015-11-18 21:00 +0100
[PATCH 3/6] staging: rtl8712: Coding style: Fix missing spaces Michael Hornung <mhornung.linux@gmail.com> - 2015-11-18 21:10 +0100
[PATCH 6/6] staging: rtl8712: Remove unused CamelCase define Michael Hornung <mhornung.linux@gmail.com> - 2015-11-18 21:10 +0100
[PATCH 5/6] staging: rtl8712: Coding style: Fix alignment Michael Hornung <mhornung.linux@gmail.com> - 2015-11-18 21:10 +0100
[PATCH 4/6] staging: rtl8712: Replace FSF mailing address by URL Michael Hornung <mhornung.linux@gmail.com> - 2015-11-18 21:10 +0100
[PATCH 1/6] staging: rtl8712: Coding style: Remove multiple blank lines Michael Hornung <mhornung.linux@gmail.com> - 2015-11-18 21:10 +0100
[PATCH 2/6] staging: rtl8712: Coding style: Make use of BIT macro Michael Hornung <mhornung.linux@gmail.com> - 2015-11-18 21:10 +0100
csiph-web