Staging: rtl8192u: Replace TRUE with true
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Wed, 4 Mar 2015 23:51:46 +0000 (00:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 23:48:33 +0000 (15:48 -0800)
commit6d67b3a2f3bd82bfa75f34d9e816788d133d63b5
tree76760b4803a984f1dae26e907589fe1292370b73
parent67d095a0405adefd019f0abaa291fe9664257f6b
Staging: rtl8192u: Replace TRUE with true

This patch replaces TRUE by true, since Linux kernel has already a
boolean type, bool, defined in linux/stddef.h

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
This page took 0.026755 seconds and 5 git commands to generate.