projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5187143
)
if_start: Fix indentation
author
Sepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 18 Dec 2012 08:26:46 +0000 (16:26 +0800)
committer
Sepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 18 Dec 2012 09:40:30 +0000 (17:40 +0800)
sys/net/if.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/net/if.c
b/sys/net/if.c
index
6935351
..
b0f880c
100644
(file)
--- a/
sys/net/if.c
+++ b/
sys/net/if.c
@@
-245,7
+245,7
@@
if_start_schedule(struct ifnet *ifp)
if (cpu != mycpuid)
lwkt_send_ipiq(globaldata_find(cpu), if_start_ipifunc, ifp);
else
- if_start_ipifunc(ifp);
+ if_start_ipifunc(ifp);
}
/*