| Submitter | Brice Goglin |
|---|---|
| Date | Nov. 22, 2008, 9:23 a.m. |
| Message ID | <4927CF76.7080407@myri.com> |
| Download | mbox | patch |
| Permalink | /patch/10211/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Brice Goglin <brice@myri.com> Date: Sat, 22 Nov 2008 10:23:02 +0100 > Update DCA sections closing comments. > > Signed-off-by: Brice Goglin <brice@myri.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- linux-tmp/drivers/net/myri10ge/myri10ge.c 2008-11-22 10:06:58.000000000 +0100 +++ net-next-2.6/drivers/net/myri10ge/myri10ge.c 2008-11-22 09:53:31.000000000 +0100 @@ -1024,7 +1024,7 @@ ss->dca_tag = NULL; } } -#endif /* CONFIG_DCA */ +#endif /* CONFIG_MYRI10GE_DCA */ /* reset mcp/driver shared state back to 0 */ @@ -1121,7 +1121,7 @@ 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 +4026,7 @@ .next = NULL, .priority = 0, }; -#endif /* CONFIG_DCA */ +#endif /* CONFIG_MYRI10GE_DCA */ static __init int myri10ge_init_module(void) {
Update DCA sections closing comments. Signed-off-by: Brice Goglin <brice@myri.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html