projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1fd3b9
)
myri10ge: update DCA comments
author
Brice Goglin
<
[email protected]
>
Sun, 23 Nov 2008 23:49:28 +0000
(15:49 -0800)
committer
David S. Miller
<
[email protected]
>
Sun, 23 Nov 2008 23:49:28 +0000
(15:49 -0800)
Update DCA sections closing comments.
Signed-off-by: Brice Goglin <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/myri10ge/myri10ge.c
patch
|
blob
|
history
diff --git
a/drivers/net/myri10ge/myri10ge.c
b/drivers/net/myri10ge/myri10ge.c
index 3b7a303cca609627a7759f4c0456bdba8807e64a..4510be18980b4c6a5c5e1e501529069d2ecc6ec1 100644
(file)
--- a/
drivers/net/myri10ge/myri10ge.c
+++ b/
drivers/net/myri10ge/myri10ge.c
@@
-1024,7
+1024,7
@@
static int myri10ge_reset(struct myri10ge_priv *mgp)
ss->dca_tag = NULL;
}
}
-#endif /* CONFIG_DCA */
+#endif /* CONFIG_
MYRI10GE_
DCA */
/* reset mcp/driver shared state back to 0 */
@@
-1121,7
+1121,7
@@
static int myri10ge_notify_dca_device(struct device *dev, void *data)
myri10ge_teardown_dca(mgp);
return 0;
}
-#endif /* CONFIG_DCA */
+#endif /* CONFIG_
MYRI10GE_
DCA */
static inline void
myri10ge_submit_8rx(struct mcp_kreq_ether_recv __iomem * dst,
@@
-4027,7
+4027,7
@@
static struct notifier_block myri10ge_dca_notifier = {
.next = NULL,
.priority = 0,
};
-#endif /* CONFIG_DCA */
+#endif /* CONFIG_
MYRI10GE_
DCA */
static __init int myri10ge_init_module(void)
{