Staging: rtl8723bs: Replace true with x and false with !x
authorShreeya Patel <shreeya.patel23498@gmail.com>
Sun, 17 Dec 2017 09:37:34 +0000 (15:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 14:28:12 +0000 (15:28 +0100)
commit893b103a3e9ce255e9afe8103d90f28ac2124eb8
tree6f6b09e834a14edb6fc54835daf5bda9aa6d6ceb
parent201521259602b0fb1acb1c977a9941049b0f83d6
Staging: rtl8723bs: Replace true with x and false with !x

Replace true and false keywords with "x" and "!x"
respectively to follow the kernel coding style.

Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/sdio_ops.c