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

Fixed coding style issue

Renamed cap_Privacy to cap_privacy

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 7196464..200677c 100644
--- a/drivers/staging/rtl8712/ieee80211.c
+++ b/drivers/staging/rtl8712/ieee80211.c
@@ -184,7 +184,7 @@ int r8712_generate_ie(struct registry_priv *pregistrypriv)
 	if (pregistrypriv->preamble == PREAMBLE_SHORT)
 		*(__le16 *)ie |= cpu_to_le16(cap_short_premble);
 	if (pdev_network->Privacy)
-		*(__le16 *)ie |= cpu_to_le16(cap_Privacy);
+		*(__le16 *)ie |= cpu_to_le16(cap_privacy);
 	sz += 2;
 	ie += 2;
 	/*SSID*/
diff --git a/drivers/staging/rtl8712/wifi.h b/drivers/staging/rtl8712/wifi.h
index 2c8b729..41f7557 100644
--- a/drivers/staging/rtl8712/wifi.h
+++ b/drivers/staging/rtl8712/wifi.h
@@ -440,7 +440,7 @@ static inline unsigned char *get_hdr_bssid(unsigned char *pframe)
 #define cap_IBSS BIT(1)
 #define cap_CFPollable BIT(2)
 #define cap_CFRequest BIT(3)
-#define cap_Privacy BIT(4)
+#define cap_privacy BIT(4)
 #define cap_short_premble BIT(5)
 
 /*-----------------------------------------------------------------------------
-- 
1.9.1

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

* Re: [PATCH 6/6] Staging: rtl8712: ieee80211: fixed camelcase coding style issue
  2017-05-20 18:05 [PATCH 6/6] 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:35:04PM +0530, Jaya Durga wrote:
> Fixed coding style issue
> 
> Renamed cap_Privacy to cap_privacy
> 
> 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(-)

Where are patches 1-5 of this patch series?  Again, 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 18:05 [PATCH 6/6] Staging: rtl8712: ieee80211: fixed camelcase coding style issue Jaya Durga
2017-05-25 16:36 ` Greg KH

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.