Re: [PATCH 1/4] Staging: rtl8723bs: Replace true with x and false with !x

2017-12-13 Thread Greg KH
On Wed, Dec 13, 2017 at 05:25:42PM +0530, Shreeya Patel wrote: > Replace true and false keywords with "x" and "!x" > respectively to follow the kernel coding style. > > Signed-off-by: Shreeya Patel > --- > drivers/staging/rtl8723bs/hal/sdio_ops.c | 30

[PATCH 1/4] Staging: rtl8723bs: Replace true with x and false with !x

2017-12-13 Thread Shreeya Patel
Replace true and false keywords with "x" and "!x" respectively to follow the kernel coding style. Signed-off-by: Shreeya Patel --- drivers/staging/rtl8723bs/hal/sdio_ops.c | 30 ++ 1 file changed, 14 insertions(+), 16 deletions(-) diff