linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/5] Staging: rtl8712: ieee80211: fixed camelcase coding style issue
@ 2017-05-20 17:56 Jaya Durga
  2017-05-25 16:36 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jaya Durga @ 2017-05-20 17:56 UTC (permalink / raw)
  To: gregkh
  Cc: Larry.Finger, florian.c.schilhabel, driverdev-devel, devel,
	linux-kernel, Jaya Durga

Fixed coding style issue

Renamed cap_ShortPremble to cap_short_premble

Signed-off-by: Jaya Durga <jayad@cdac.in>
---
 drivers/staging/rtl8712/ieee80211.c | 2 +-
 drivers/staging/rtl8712/wifi.h      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8712/ieee80211.c b/drivers/staging/rtl8712/ieee80211.c
index a7152df..7196464 100644
--- a/drivers/staging/rtl8712/ieee80211.c
+++ b/drivers/staging/rtl8712/ieee80211.c
@@ -182,7 +182,7 @@ int r8712_generate_ie(struct registry_priv *pregistrypriv)
 	*(u16 *)ie = 0;
 	*(__le16 *)ie |= cpu_to_le16(cap_IBSS);
 	if (pregistrypriv->preamble == PREAMBLE_SHORT)
-		*(__le16 *)ie |= cpu_to_le16(cap_ShortPremble);
+		*(__le16 *)ie |= cpu_to_le16(cap_short_premble);
 	if (pdev_network->Privacy)
 		*(__le16 *)ie |= cpu_to_le16(cap_Privacy);
 	sz += 2;
diff --git a/drivers/staging/rtl8712/wifi.h b/drivers/staging/rtl8712/wifi.h
index 74dfc9b..2c8b729 100644
--- a/drivers/staging/rtl8712/wifi.h
+++ b/drivers/staging/rtl8712/wifi.h
@@ -441,7 +441,7 @@ static inline unsigned char *get_hdr_bssid(unsigned char *pframe)
 #define cap_CFPollable BIT(2)
 #define cap_CFRequest BIT(3)
 #define cap_Privacy BIT(4)
-#define cap_ShortPremble BIT(5)
+#define cap_short_premble BIT(5)
 
 /*-----------------------------------------------------------------------------
 				Below is the definition for 802.11i / 802.1x
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 5/5] Staging: rtl8712: ieee80211: fixed camelcase coding style issue
  2017-05-20 17:56 [PATCH 5/5] Staging: rtl8712: ieee80211: fixed camelcase coding style issue Jaya Durga
@ 2017-05-25 16:36 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-05-25 16:36 UTC (permalink / raw)
  To: Jaya Durga
  Cc: devel, florian.c.schilhabel, driverdev-devel, linux-kernel, Larry.Finger

On Sat, May 20, 2017 at 11:26:17PM +0530, Jaya Durga wrote:
> Fixed coding style issue
> 
> Renamed cap_ShortPremble to cap_short_premble
> 
> Signed-off-by: Jaya Durga <jayad@cdac.in>

Where are patches 1-4 of this patch series?  Please fix up and resend.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-25 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-20 17:56 [PATCH 5/5] Staging: rtl8712: ieee80211: fixed camelcase coding style issue Jaya Durga
2017-05-25 16:36 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).