]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/w1/w1.c
Merge tag 'mmc-v4.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[karo-tx-linux.git] / drivers / w1 / w1.c
index bb34362e930a2a1b3a6723e2b1e1274258fc98cc..e213c678bbfe0cee97afe47a6f082ca4b7ed9f2f 100644 (file)
@@ -53,8 +53,8 @@ int w1_max_slave_ttl = 10;
 module_param_named(timeout, w1_timeout, int, 0);
 MODULE_PARM_DESC(timeout, "time in seconds between automatic slave searches");
 module_param_named(timeout_us, w1_timeout_us, int, 0);
-MODULE_PARM_DESC(timeout, "time in microseconds between automatic slave"
-                         " searches");
+MODULE_PARM_DESC(timeout_us,
+                "time in microseconds between automatic slave searches");
 /* A search stops when w1_max_slave_count devices have been found in that
  * search.  The next search will start over and detect the same set of devices
  * on a static 1-wire bus.  Memory is not allocated based on this number, just