Skip to content

Commit

Permalink
ieee1394: sbp2: update a help string
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Jan 28, 2009
1 parent 82d4b90 commit 4106cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/ieee1394/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
*/
static int sbp2_max_speed = IEEE1394_SPEED_MAX;
module_param_named(max_speed, sbp2_max_speed, int, 0644);
MODULE_PARM_DESC(max_speed, "Force max speed "
"(3 = 800Mb/s, 2 = 400Mb/s, 1 = 200Mb/s, 0 = 100Mb/s)");
MODULE_PARM_DESC(max_speed, "Limit data transfer speed (5 <= 3200, "
"4 <= 1600, 3 <= 800, 2 <= 400, 1 <= 200, 0 = 100 Mb/s)");

/*
* Set serialize_io to 0 or N to use dynamically appended lists of command ORBs.
Expand Down

0 comments on commit 4106cef

Please sign in to comment.