linux_dsm_epyc7002/drivers/net/usb
Grant Grundler 83e1b91845 NET: white space/coding style cleanup of asix driver
check patch was complaining...mostly replaced:
   if ((ret = asix_foo(xx)) < 0) ...
with
   ret = asix_foo(xx);
   if (ret < 0) ...

Signed-off-by: Grant Grundler <grundler@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-10-04 16:25:31 -04:00
..
asix.c NET: white space/coding style cleanup of asix driver 2011-10-04 16:25:31 -04:00
catc.c
cdc_eem.c
cdc_ether.c
cdc_ncm.c
cdc_subset.c
cdc-phonet.c
cx82310_eth.c
dm9601.c
gl620a.c
hso.c
int51x1.c
ipheth.c ipheth: iPhone 4 Verizon CDMA USB Product ID add 2011-09-15 14:49:44 -04:00
kalmia.c
kaweth.c
Kconfig MII: fix Kconfig dependencies for MII 2011-09-15 15:49:08 -04:00
lg-vl600.c
Makefile
mcs7830.c
net1080.c
pegasus.c
pegasus.h
plusb.c
rndis_host.c
rtl8150.c rtl8150: removal of forward declarations. 2011-10-03 14:09:10 -04:00
sierra_net.c
smsc75xx.c
smsc75xx.h
smsc95xx.c
smsc95xx.h
usbnet.c usbnet: add timestamping support 2011-09-29 14:46:49 -04:00
zaurus.c