[PATCH] staging: rtl8723au: fix incorrect type in assignment warning

2015-07-22 Thread Steve Pennington
short [unsigned] [assigned] [usertype] len drivers/staging/rtl8723au/core/rtw_recv.c:1557:21:got restricted __be16 [usertype] noident Signed-off-by: Steve Pennington sgp...@gmail.com --- drivers/staging/rtl8723au/core/rtw_recv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[PATCH] staging: rtl8723au: fix incorrect type in assignment warning

2015-07-21 Thread Steve Pennington
] [usertype] len drivers/staging/rtl8723au/core/rtw_recv.c:1557:21:got restricted __be16 [usertype] noident Signed-off-by: Steve Pennington sgp...@gmail.com --- drivers/staging/rtl8723au/core/rtw_recv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging

[PATCH] Staging: android: fix line length coding style issue in sync_debug.c

2014-12-24 Thread Steve Pennington
From: Steve Pennington sgp...@gmail.com This is a patch to sync_debug.c that fixes an over 80 character warning found by the checkpatch.pl tool Signed-off-by: Steve Pennington sgp...@gmail.com --- drivers/staging/android/sync_debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff