Re: [PATCH] staging: rtl8723bs: Fixed indentation and coding style

2021-02-28 Thread Dan Carpenter
On Sun, Feb 28, 2021 at 03:32:30AM +0530, chakravarthikulkarni wrote: > @@ -795,14 +795,14 @@ struct RunInThread_param { > > > /* > - > -Result: > -0x00: success > -0x01: sucess, and check Response. > -0x02: cmd ignored due to duplicated sequcne number > -0x03: cmd dropped due to invalid cmd

[PATCH] staging: rtl8723bs: Fixed indentation and coding style

2021-02-27 Thread chakravarthikulkarni
This clean up indentaion issue as well as coding style issue. Signed-off-by: chakravarthikulkarni --- drivers/staging/rtl8723bs/include/rtw_cmd.h | 30 ++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/staging/rtl8723bs/include/rtw_cmd.h