Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1679332 > unrolled thread

[PATCH] Staging : rtl8188eu: Fix Camel Case warning

Started bysaloni1996 <salonibhartia1996@gmail.com>
First post2017-07-01 12:50 +0200
Last post2017-07-01 12:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging : rtl8188eu: Fix Camel Case warning saloni1996 <salonibhartia1996@gmail.com> - 2017-07-01 12:50 +0200

#1679332 — [PATCH] Staging : rtl8188eu: Fix Camel Case warning

Fromsaloni1996 <salonibhartia1996@gmail.com>
Date2017-07-01 12:50 +0200
Subject[PATCH] Staging : rtl8188eu: Fix Camel Case warning
Message-ID<tYo8p-1X9-9@gated-at.bofh.it>
Remove Camel Case warning found using checkpatch.pl
---
 drivers/staging/rtl8188eu/core/rtw_ap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c
index 647a922d79d1..6c63a9bbb876 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -90,7 +90,7 @@ static void update_BCNTIM(struct adapter *padapter)
 
 		/* calculate head_len */
 		offset = _FIXED_IE_LENGTH_;
-		offset += pnetwork_mlmeext->Ssid.SsidLength + 2;
+		offset += pnetwork_mlmeext->ssid.ssidlength + 2;
 
 		/*  get supported rates len */
 		p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, _SUPPORTEDRATES_IE_,
-- 
2.13.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web