summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki2007-07-19 03:43:23 +0200
committerYOSHIFUJI Hideaki2007-07-19 03:43:23 +0200
commit40b77c943468236c6dfad3e7b94348fe70c70331 (patch)
treece1cf3bb3c1b3324c43b9a724c3108d59a831f66 /net/core/dev.c
parent[NET] BLUETOOTH: Fix whitespace errors. (diff)
downloadkernel-qcow2-linux-40b77c943468236c6dfad3e7b94348fe70c70331.tar.gz
kernel-qcow2-linux-40b77c943468236c6dfad3e7b94348fe70c70331.tar.xz
kernel-qcow2-linux-40b77c943468236c6dfad3e7b94348fe70c70331.zip
[NET] CORE: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 6357f54c8ff7..38212c3f9971 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -2629,7 +2629,7 @@ void __dev_set_rx_mode(struct net_device *dev)
return;
if (!netif_device_present(dev))
- return;
+ return;
if (dev->set_rx_mode)
dev->set_rx_mode(dev);