1
0
Fork 0
alistair23-linux/drivers/staging/gdm724x
Janani Ravichandran e3b07865f5 staging: gdm724x: Remove unneeded parentheses
Remove parentheses around the right hand side of assignment statements
as they are not needed.
Semantic patch:

@@
expression a, b, c;
@@

(
  a = (b == c)
|
  a =
- (
  b
- )
)
Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-11 20:00:30 -08:00
..
Kconfig
Makefile
TODO
gdm_endian.c staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
gdm_endian.h staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
gdm_lte.c staging: gdm724x: Remove unneeded parentheses 2016-02-11 20:00:30 -08:00
gdm_lte.h staging: removed space after return function in gdm_lte.h 2014-03-16 20:34:28 -07:00
gdm_mux.c staging: gdm724x: remove multiple blank lines 2015-10-24 19:02:42 -07:00
gdm_mux.h staging: gdm724x: Fix incorrect type in assignment 2014-10-20 10:29:18 +08:00
gdm_tty.c staging: gdm724x: constify tty_port_operations structs 2015-12-26 17:13:33 -08:00
gdm_tty.h
gdm_usb.c staging: gdm724x: correct kzalloc/kmalloc sizeof argument 2015-10-24 19:02:42 -07:00
gdm_usb.h
hci.h
hci_packet.h
netlink_k.c staging: gdm724x: Remove wrapper function 2015-11-15 20:02:47 -08:00
netlink_k.h staging: gdm724x: Remove wrapper function 2015-11-15 20:02:47 -08:00