[PATCH] staging: vt6655: remove unnecessary blank lines

2018-02-23 Thread Jeremy Fertic
Remove unnecessary blank lines found using checkpatch.pl script. Signed-off-by: Jeremy Fertic --- drivers/staging/vt6655/rxtx.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/vt6655/rxtx.c b/drivers/staging/vt6655/rxtx.c index

[PATCH] staging: rtl8723bs: fix u8 less than zero check

2018-02-23 Thread Colin King
From: Colin Ian King The error variable ret is currently a u8 and so two comparisons to see if an error return is less than zero will always be false because ret is unsigned. Fix this by making ret an int. Fixes: 554c0a3abf21 ("staging: Add rtl8723bs sdio wifi

[PATCH] staging:r8188eu: use lib80211 CCMP decrypt

2018-02-23 Thread Ivan Safonov
Custom AES decrypt implementation replaced with lib80211 library. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/Kconfig | 1 + drivers/staging/rtl8188eu/core/rtw_security.c | 266 +- 2 files changed, 51 insertions(+), 216

Re: [PATCH] Staging: rtl8192e: rtllib_crypt_tkip.c: Use __func__ instead of function name and proper code ident for else statement

2018-02-23 Thread Greg KH
On Fri, Feb 23, 2018 at 12:57:16AM +0530, Debopriyo Ghosh wrote: > From: Debopriyo > > This is a patch to the rtllib_crypt_tkip.c file that fixes 2 issues found > by the checkpatch.pl tool > 1.Use of __func__ instead of function name > 2.proper code identation for

Re: [PATCH 2/4] Staging: gdm724x: hci: Changed camel-case to snake-case.

2018-02-23 Thread Greg KH
On Thu, Feb 22, 2018 at 05:32:59PM -0800, Quytelda Kahja wrote: > Changed a variable name from camel to snake case to fix a coding style > issue. > > Signed-off-by: Quytelda Kahja > --- > drivers/staging/gdm724x/hci_packet.h | 2 +- > 1 file changed, 1 insertion(+), 1