public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
@ 2015-09-10  3:32 Shraddha Barke
  2015-09-10  3:32 ` [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: " Shraddha Barke
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Shraddha Barke @ 2015-09-10  3:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
	Julia Lawall
  Cc: Shraddha Barke

Fix checkpatch.pl warning "Use #include <linux/uaccess.h> instead of
<asm/uaccess.h>"

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
index fff8d58..1ab0aea 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
@@ -48,7 +48,7 @@
 #include <linux/types.h>
 #include <linux/wireless.h>
 #include <linux/etherdevice.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <linux/if_vlan.h>
 
 #include "ieee80211.h"
-- 
2.1.4


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

* [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
  2015-09-10  3:32 [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke
@ 2015-09-10  3:32 ` Shraddha Barke
  2015-09-10  3:32 ` [PATCH 3/5] Staging: rtl8192u: ieee80211: ieee80211_module.c: " Shraddha Barke
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Shraddha Barke @ 2015-09-10  3:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
	Julia Lawall
  Cc: Shraddha Barke

Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
instead of <asm/uaccess.h>"

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
index 39e9892..e4624e8 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
@@ -19,7 +19,7 @@
 #include <linux/random.h>
 #include <linux/delay.h>
 #include <linux/slab.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <linux/etherdevice.h>
 
 #include "dot11d.h"
-- 
2.1.4


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

* [PATCH 3/5] Staging: rtl8192u: ieee80211: ieee80211_module.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
  2015-09-10  3:32 [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke
  2015-09-10  3:32 ` [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: " Shraddha Barke
@ 2015-09-10  3:32 ` Shraddha Barke
  2015-09-10  3:33 ` [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: " Shraddha Barke
  2015-09-10  3:33 ` [PATCH 5/5] Staging: wilc1000: " Shraddha Barke
  3 siblings, 0 replies; 7+ messages in thread
From: Shraddha Barke @ 2015-09-10  3:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
	Julia Lawall
  Cc: Shraddha Barke

Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
instead of <asm/uaccess.h>"

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
index 31233d8..425b2dd 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
@@ -48,7 +48,7 @@
 #include <linux/types.h>
 #include <linux/wireless.h>
 #include <linux/etherdevice.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <net/arp.h>
 
 #include "ieee80211.h"
-- 
2.1.4


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

* [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
  2015-09-10  3:32 [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke
  2015-09-10  3:32 ` [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: " Shraddha Barke
  2015-09-10  3:32 ` [PATCH 3/5] Staging: rtl8192u: ieee80211: ieee80211_module.c: " Shraddha Barke
@ 2015-09-10  3:33 ` Shraddha Barke
  2015-09-10  5:11   ` Sudip Mukherjee
  2015-09-10  3:33 ` [PATCH 5/5] Staging: wilc1000: " Shraddha Barke
  3 siblings, 1 reply; 7+ messages in thread
From: Shraddha Barke @ 2015-09-10  3:33 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
	Julia Lawall
  Cc: Shraddha Barke

Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
instead of <asm/uaccess.h>"

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
 drivers/staging/rtl8192u/r8192U_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c
index 577d3a4..cfb0713 100644
--- a/drivers/staging/rtl8192u/r8192U_core.c
+++ b/drivers/staging/rtl8192u/r8192U_core.c
@@ -58,7 +58,7 @@ double __extendsfdf2(float a)
 
 #define CONFIG_RTL8192_IO_MAP
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include "r8192U_hw.h"
 #include "r8192U.h"
 #include "r8190_rtl8256.h" /* RTL8225 Radio frontend */
-- 
2.1.4


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

* [PATCH 5/5] Staging: wilc1000: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
  2015-09-10  3:32 [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke
                   ` (2 preceding siblings ...)
  2015-09-10  3:33 ` [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: " Shraddha Barke
@ 2015-09-10  3:33 ` Shraddha Barke
  3 siblings, 0 replies; 7+ messages in thread
From: Shraddha Barke @ 2015-09-10  3:33 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
	Julia Lawall
  Cc: Shraddha Barke

Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
instead of <asm/uaccess.h>"

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
 drivers/staging/wilc1000/linux_wlan_spi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wilc1000/linux_wlan_spi.c b/drivers/staging/wilc1000/linux_wlan_spi.c
index 236669c..eef7633 100644
--- a/drivers/staging/wilc1000/linux_wlan_spi.c
+++ b/drivers/staging/wilc1000/linux_wlan_spi.c
@@ -5,7 +5,7 @@
 #include <linux/slab.h>
 #include <linux/types.h>
 #include <linux/cdev.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <linux/device.h>
 #include <linux/spi/spi.h>
 
-- 
2.1.4


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

* Re: [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
  2015-09-10  3:33 ` [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: " Shraddha Barke
@ 2015-09-10  5:11   ` Sudip Mukherjee
       [not found]     ` <CAO393AATRHWKxVbPDdMADR_s8bxF=qkRoCbxgRMFBQwFiLkzQw@mail.gmail.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Sudip Mukherjee @ 2015-09-10  5:11 UTC (permalink / raw)
  To: Shraddha Barke
  Cc: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
	Julia Lawall

On Thu, Sep 10, 2015 at 09:03:00AM +0530, Shraddha Barke wrote:
> Fix checkpatch.pl warning "Use #include <linux/uaccess.h>
> instead of <asm/uaccess.h>"
> 
> Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
> ---
This has already been done by:
f05937c591aa ("staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.h")

regards
sudip

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

* Re: [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
       [not found]     ` <CAO393AATRHWKxVbPDdMADR_s8bxF=qkRoCbxgRMFBQwFiLkzQw@mail.gmail.com>
@ 2015-09-10  5:37       ` Sudip Mukherjee
  0 siblings, 0 replies; 7+ messages in thread
From: Sudip Mukherjee @ 2015-09-10  5:37 UTC (permalink / raw)
  To: Shraddha Barke
  Cc: Greg Kroah-Hartman, Johnny Kim, Joe Perches, linux-kernel,
	Julia Lawall

On Thu, Sep 10, 2015 at 10:44:17AM +0530, Shraddha Barke wrote:
> Oops! Should I send a version 2 of the series dropping this patch?
Not required. I hope Greg will see these 3 mails and will not try to
apply this patch. But just to be safe reply to the patch asking Greg not
to apply that particular patch.

regards
sudip

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

end of thread, other threads:[~2015-09-10  5:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10  3:32 [PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke
2015-09-10  3:32 ` [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: " Shraddha Barke
2015-09-10  3:32 ` [PATCH 3/5] Staging: rtl8192u: ieee80211: ieee80211_module.c: " Shraddha Barke
2015-09-10  3:33 ` [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: " Shraddha Barke
2015-09-10  5:11   ` Sudip Mukherjee
     [not found]     ` <CAO393AATRHWKxVbPDdMADR_s8bxF=qkRoCbxgRMFBQwFiLkzQw@mail.gmail.com>
2015-09-10  5:37       ` Sudip Mukherjee
2015-09-10  3:33 ` [PATCH 5/5] Staging: wilc1000: " Shraddha Barke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox