All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: rtl8192u: ieee80211: Replace <asm/string.h>  with <linux/string.h>
@ 2015-02-20 19:32 Ksenija Stanojevic
  2015-02-20 19:47 ` [Outreachy kernel] " Jes Sorensen
  0 siblings, 1 reply; 5+ messages in thread
From: Ksenija Stanojevic @ 2015-02-20 19:32 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Ksenija Stanojevic

This patch fixes the following checkpatch.pl warning:
Use #include <linux/string.h> instead of <asm/string.h>

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c
index 5533221..80dfa07 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c
@@ -15,7 +15,7 @@
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/slab.h>
-#include <asm/string.h>
+#include <linux/string.h>
 #include <asm/errno.h>
 
 #include "ieee80211.h"
-- 
1.9.1



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

end of thread, other threads:[~2015-02-20 21:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 19:32 [PATCH] Staging: rtl8192u: ieee80211: Replace <asm/string.h> with <linux/string.h> Ksenija Stanojevic
2015-02-20 19:47 ` [Outreachy kernel] " Jes Sorensen
2015-02-20 20:45   ` Ksenija Stanojević
2015-02-20 20:50     ` Julia Lawall
2015-02-20 21:12     ` Jes Sorensen

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.