OpenCloudOS-Kernel/drivers/staging/ft1000
Tina Johnson dfd94488a8 Staging: ft1000: ft1000-usb: Removed unnecessary parentheses
Unnecessary parentheses around the right hand side of an assignment
is removed using the following semantic patch:

@@
identifier x,f;
constant C;
@@
(
-x = (f / C );
+x = f / C ;
|
-x = (f % C );
+x = f % C ;
)

Signed-off-by: Tina Johnson <tinajohnson.1234@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-28 15:58:12 +08:00
..
ft1000-pcmcia staging: ft1000: ft1000-pcmcia: removed unused variable in ft1000_hw.c 2014-10-23 12:31:18 +08:00
ft1000-usb Staging: ft1000: ft1000-usb: Removed unnecessary parentheses 2014-10-28 15:58:12 +08:00
Kconfig staging: ft1000-pcmcia: Fix compilation errors. 2011-01-20 15:59:03 -08:00
Makefile
TODO
ft1000.h staging: ft1000: remove procfs entries 2014-07-27 11:45:46 -07:00