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

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

2018-02-22 Thread Debopriyo Ghosh
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 else statement Signed-off-by: Debopriyo Ghosh ---