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
..
gdm_endian.c
gdm_endian.h
gdm_lte.c staging: gdm724x: Remove unneeded parentheses 2016-02-11 20:00:30 -08:00
gdm_lte.h
gdm_mux.c staging: gdm724x: remove multiple blank lines 2015-10-24 19:02:42 -07:00
gdm_mux.h
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_packet.h
hci.h
Kconfig
Makefile
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
TODO