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

2020-07-19 Thread Greg KH
On Sun, Jul 19, 2020 at 04:25:56PM +0530, Darshan D V wrote: > rtllib_crypt_ccmp.c: Fixed the error - space required before the > open parenthesis '(' on line #281. What does this mean for a changelog text? And why is it indented? Did you read the section in the submitting patches docume

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

2020-07-19 Thread Darshan D V
rtllib_crypt_ccmp.c: Fixed the error - space required before the open parenthesis '(' on line #281. 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.c