mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
staging: et131x: et131x_initpci.c checkpatch fixes
Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
47883130a0
commit
76fb419e03
@ -113,13 +113,13 @@
|
||||
static u32 et131x_speed_set;
|
||||
module_param(et131x_speed_set, uint, 0);
|
||||
MODULE_PARM_DESC(et131x_speed_set,
|
||||
"Set Link speed and dublex manually (0-5) [0]\n \
|
||||
1 : 10Mb Half-Duplex\n \
|
||||
2 : 10Mb Full-Duplex\n \
|
||||
3 : 100Mb Half-Duplex\n \
|
||||
4 : 100Mb Full-Duplex\n \
|
||||
5 : 1000Mb Full-Duplex\n \
|
||||
0 : Auto Speed Auto Dublex");
|
||||
"Set Link speed and dublex manually (0-5) [0]\n"
|
||||
"1 : 10Mb Half-Duplex\n"
|
||||
"2 : 10Mb Full-Duplex\n"
|
||||
"3 : 100Mb Half-Duplex\n"
|
||||
"4 : 100Mb Full-Duplex\n"
|
||||
"5 : 1000Mb Full-Duplex\n"
|
||||
"0 : Auto Speed Auto Dublex");
|
||||
|
||||
/**
|
||||
* et131x_hwaddr_init - set up the MAC Address on the ET1310
|
||||
@ -539,7 +539,8 @@ static struct et131x_adapter *et131x_adapter_init(struct net_device *netdev,
|
||||
|
||||
struct et131x_adapter *etdev;
|
||||
|
||||
/* Setup the fundamental net_device and private adapter structure elements */
|
||||
/* Setup the fundamental net_device and private adapter structure
|
||||
* elements */
|
||||
SET_NETDEV_DEV(netdev, &pdev->dev);
|
||||
|
||||
/* Allocate private adapter struct and copy in relevant information */
|
||||
|
Loading…
Reference in New Issue
Block a user