remarkable-linux/net/8021q
Jiri Pirko 7826d43f2d ethtool: fix drvinfo strings set in drivers
Use strlcpy where possible to ensure the string is \0 terminated.
Use always sizeof(string) instead of 32, ETHTOOL_BUSINFO_LEN
and custom defines.
Use snprintf instead of sprint.
Remove unnecessary inits of ->fw_version
Remove unnecessary inits of drvinfo struct.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-01-06 21:06:31 -08:00
..
Kconfig
Makefile
vlan.c vlan: add link to upper device 2013-01-04 13:31:49 -08:00
vlan.h
vlan_core.c vlan: remove usage of dev->master in __vlan_find_dev_deep() 2013-01-04 13:31:50 -08:00
vlan_dev.c ethtool: fix drvinfo strings set in drivers 2013-01-06 21:06:31 -08:00
vlan_gvrp.c
vlan_netlink.c
vlanproc.c treewide: fix comment/printk/variable typos 2012-09-01 10:33:05 -07:00
vlanproc.h