linux-sg2042/drivers/staging/netlogic
Shraddha Barke 48177898f0 Staging: netlogic: Replace comma with a semicolon
Replace comma between expression statements by a semicolon.
The semantic patch used is as follows:

@@
expression e1,e2;
@@
e1
- ,
+ ;
e2;

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-08-05 12:18:01 -07:00
..
Kconfig
Makefile
TODO Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00
platform_net.c Staging: netlogic: Replace comma with a semicolon 2015-08-05 12:18:01 -07:00
platform_net.h Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00
xlr_net.c staging: netlogic: allocate right size in devm_kzalloc 2015-03-20 14:13:17 +01:00
xlr_net.h Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00