svn commit: r256714 - head/sys/dev/cxgbe/iw_cxgbe

Navdeep Parhar np at FreeBSD.org
Fri Oct 18 00:00:09 UTC 2013


Author: np
Date: Fri Oct 18 00:00:08 2013
New Revision: 256714
URL: http://svnweb.freebsd.org/changeset/base/256714

Log:
  Fix typo in previous commit.

Modified:
  head/sys/dev/cxgbe/iw_cxgbe/device.c

Modified: head/sys/dev/cxgbe/iw_cxgbe/device.c
==============================================================================
--- head/sys/dev/cxgbe/iw_cxgbe/device.c	Thu Oct 17 23:57:17 2013	(r256713)
+++ head/sys/dev/cxgbe/iw_cxgbe/device.c	Fri Oct 18 00:00:08 2013	(r256714)
@@ -363,7 +363,7 @@ static moduledata_t c4iw_mod_data = {
 };
 
 MODULE_VERSION(iw_cxgbe, 1);
-MODULE_DEPEND(iw_cxgbe, t4_nex, 1, 1, 1);
+MODULE_DEPEND(iw_cxgbe, t4nex, 1, 1, 1);
 MODULE_DEPEND(iw_cxgbe, t4_tom, 1, 1, 1);
 MODULE_DEPEND(iw_cxgbe, ibcore, 1, 1, 1);
 DECLARE_MODULE(iw_cxgbe, c4iw_mod_data, SI_SUB_EXEC, SI_ORDER_ANY);


More information about the svn-src-head mailing list