diff mbox

rtl8723au: replaced asm/atomic.h by linux/atomic.h

Message ID 1432791571-17262-1-git-send-email-roche@httrack.com (mailing list archive)
State Not Applicable
Delegated to: Kalle Valo
Headers show

Commit Message

Xavier Roche May 28, 2015, 5:39 a.m. UTC
Minor additional checkpatch.pl fix for include/rtw_io.h

Signed-off-by: Xavier Roche <roche@httrack.com>
---
 drivers/staging/rtl8723au/include/rtw_io.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo June 8, 2015, 6:16 a.m. UTC | #1
Xavier Roche <roche@httrack.com> writes:

> Minor additional checkpatch.pl fix for include/rtw_io.h
>
> Signed-off-by: Xavier Roche <roche@httrack.com>
> ---
>  drivers/staging/rtl8723au/include/rtw_io.h | 2 +-

For staging patches please prefix the title "staging: " so that people
will realise that this a patch for a driver in staging. So this should
be renamed to "staging: rtl8723au: replaced asm/atomic.h by
linux/atomic.h".

Here's a tip how you can check what commit title you should use:

git log --oneline drivers/staging/rtl8723au/include/rtw_io.h
Xavier Roche June 8, 2015, 6:42 p.m. UTC | #2
Hi Kalle,

On Mon, 8 Jun 2015, Kalle Valo wrote:
> For staging patches please prefix the title "staging: "
> Here's a tip how you can check what commit title you should use:
> git log --oneline drivers/staging/rtl8723au/include/rtw_io.h

Thanks a lot!

Xavier
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/staging/rtl8723au/include/rtw_io.h b/drivers/staging/rtl8723au/include/rtw_io.h
index c8119e2..dfdf35a 100644
--- a/drivers/staging/rtl8723au/include/rtw_io.h
+++ b/drivers/staging/rtl8723au/include/rtw_io.h
@@ -24,7 +24,7 @@ 
 #include <linux/list.h>
 /* include <linux/smp_lock.h> */
 #include <linux/spinlock.h>
-#include <asm/atomic.h>
+#include <linux/atomic.h>
 
 #include <linux/usb.h>
 #include <linux/usb/ch9.h>