Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
f3b197ac
Commit
f3b197ac
authored
May 26, 2006
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*
parent
4c0c2fd4
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
582 additions
and
582 deletions
+582
-582
drivers/net/8139cp.c
drivers/net/8139cp.c
+7
-7
drivers/net/8139too.c
drivers/net/8139too.c
+7
-7
drivers/net/epic100.c
drivers/net/epic100.c
+28
-28
drivers/net/forcedeth.c
drivers/net/forcedeth.c
+20
-20
drivers/net/tulip/de2104x.c
drivers/net/tulip/de2104x.c
+29
-29
drivers/net/tulip/de4x5.c
drivers/net/tulip/de4x5.c
+358
-358
drivers/net/tulip/de4x5.h
drivers/net/tulip/de4x5.h
+7
-7
drivers/net/tulip/dmfe.c
drivers/net/tulip/dmfe.c
+1
-1
drivers/net/tulip/eeprom.c
drivers/net/tulip/eeprom.c
+4
-4
drivers/net/tulip/interrupt.c
drivers/net/tulip/interrupt.c
+63
-63
drivers/net/tulip/media.c
drivers/net/tulip/media.c
+1
-1
drivers/net/tulip/tulip.h
drivers/net/tulip/tulip.h
+1
-1
drivers/net/tulip/tulip_core.c
drivers/net/tulip/tulip_core.c
+3
-3
drivers/net/tulip/uli526x.c
drivers/net/tulip/uli526x.c
+40
-40
drivers/net/tulip/winbond-840.c
drivers/net/tulip/winbond-840.c
+13
-13
No files found.
drivers/net/8139cp.c
View file @
f3b197ac
drivers/net/8139too.c
View file @
f3b197ac
drivers/net/epic100.c
View file @
f3b197ac
...
...
@@ -370,7 +370,7 @@ static int epic_close(struct net_device *dev);
static
struct
net_device_stats
*
epic_get_stats
(
struct
net_device
*
dev
);
static
void
set_rx_mode
(
struct
net_device
*
dev
);
static
int
__devinit
epic_init_one
(
struct
pci_dev
*
pdev
,
const
struct
pci_device_id
*
ent
)
...
...
@@ -587,7 +587,7 @@ static int __devinit epic_init_one (struct pci_dev *pdev,
pci_disable_device
(
pdev
);
goto
out
;
}
/* Serial EEPROM section. */
/* EEPROM_Ctrl bits. */
...
...
@@ -717,7 +717,7 @@ static void mdio_write(struct net_device *dev, int phy_id, int loc, int value)
return
;
}
static
int
epic_open
(
struct
net_device
*
dev
)
{
struct
epic_private
*
ep
=
dev
->
priv
;
...
...
drivers/net/forcedeth.c
View file @
f3b197ac
drivers/net/tulip/de2104x.c
View file @
f3b197ac
drivers/net/tulip/de4x5.c
View file @
f3b197ac
...
...
@@ -1081,7 +1081,7 @@ static int (*dc_infoblock[])(struct net_device *dev, u_char, u_char *) = {
mdelay(2);
/* Wait for 2ms */
\
}
static
int
__devinit
de4x5_hw_init
(
struct
net_device
*
dev
,
u_long
iobase
,
struct
device
*
gendev
)
{
...
...
@@ -1290,7 +1290,7 @@ de4x5_hw_init(struct net_device *dev, u_long iobase, struct device *gendev)
return
status
;
}
static
int
de4x5_open
(
struct
net_device
*
dev
)
{
...
...
drivers/net/tulip/de4x5.h
View file @
f3b197ac
drivers/net/tulip/dmfe.c
View file @
f3b197ac
drivers/net/tulip/eeprom.c
View file @
f3b197ac
drivers/net/tulip/interrupt.c
View file @
f3b197ac
drivers/net/tulip/media.c
View file @
f3b197ac
drivers/net/tulip/tulip.h
View file @
f3b197ac
drivers/net/tulip/tulip_core.c
View file @
f3b197ac
drivers/net/tulip/uli526x.c
View file @
f3b197ac
drivers/net/tulip/winbond-840.c
View file @
f3b197ac
...
...
@@ -207,7 +207,7 @@ Test with 'ping -s 10000' on a fast computer.
*/
/*
PCI probe table.
...
...
@@ -374,7 +374,7 @@ static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
static
struct
ethtool_ops
netdev_ethtool_ops
;
static
int
netdev_close
(
struct
net_device
*
dev
);
static
int
__devinit
w840_probe1
(
struct
pci_dev
*
pdev
,
const
struct
pci_device_id
*
ent
)
...
...
@@ -510,7 +510,7 @@ static int __devinit w840_probe1 (struct pci_dev *pdev,
return
-
ENODEV
;
}
/* Read the EEPROM and MII Management Data I/O (MDIO) interfaces. These are
often serial bit streams generated by the host processor.
The example below is for the common 93c46 EEPROM, 64 16 bit words. */
...
...
@@ -660,7 +660,7 @@ static void mdio_write(struct net_device *dev, int phy_id, int location, int val
return
;
}
static
int
netdev_open
(
struct
net_device
*
dev
)
{
struct
netdev_private
*
np
=
netdev_priv
(
dev
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment