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