Commit 4ee2ac51 authored by Brice Goglin's avatar Brice Goglin Committed by David S. Miller

myri10ge: update DCA comments

Update DCA sections closing comments.
Signed-off-by: default avatarBrice Goglin <brice@myri.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c1fd3b94
...@@ -1024,7 +1024,7 @@ static int myri10ge_reset(struct myri10ge_priv *mgp) ...@@ -1024,7 +1024,7 @@ static int myri10ge_reset(struct myri10ge_priv *mgp)
ss->dca_tag = NULL; ss->dca_tag = NULL;
} }
} }
#endif /* CONFIG_DCA */ #endif /* CONFIG_MYRI10GE_DCA */
/* reset mcp/driver shared state back to 0 */ /* reset mcp/driver shared state back to 0 */
...@@ -1121,7 +1121,7 @@ static int myri10ge_notify_dca_device(struct device *dev, void *data) ...@@ -1121,7 +1121,7 @@ static int myri10ge_notify_dca_device(struct device *dev, void *data)
myri10ge_teardown_dca(mgp); myri10ge_teardown_dca(mgp);
return 0; return 0;
} }
#endif /* CONFIG_DCA */ #endif /* CONFIG_MYRI10GE_DCA */
static inline void static inline void
myri10ge_submit_8rx(struct mcp_kreq_ether_recv __iomem * dst, myri10ge_submit_8rx(struct mcp_kreq_ether_recv __iomem * dst,
...@@ -4027,7 +4027,7 @@ static struct notifier_block myri10ge_dca_notifier = { ...@@ -4027,7 +4027,7 @@ static struct notifier_block myri10ge_dca_notifier = {
.next = NULL, .next = NULL,
.priority = 0, .priority = 0,
}; };
#endif /* CONFIG_DCA */ #endif /* CONFIG_MYRI10GE_DCA */
static __init int myri10ge_init_module(void) static __init int myri10ge_init_module(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment