[PATCH 2/2] staging: rtl8192e: Fixed a coding style warning

2020-07-19 Thread Darshan D V
rtllib_crypt_ccmp.c: Fixed the warning - suspect code indent for conditional statements on line #338 Signed-off-by: Darshan D V --- drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.

Re: [PATCH 2/2] staging: rtl8192e: Fixed a coding style warning

2020-07-19 Thread Greg KH
On Sun, Jul 19, 2020 at 04:25:57PM +0530, Darshan D V wrote: > rtllib_crypt_ccmp.c: Fixed the warning - suspect code indent for > conditional statements on line #338 You can't send two patches that do two different things, yet have the same exact subject: line :( _