Skip to content

Commit

Permalink
[SCSI] aacraid: Do not describe check_reset parameter with its value
Browse files Browse the repository at this point in the history
Describe check_reset parameter with its name (and not its value)

Signed-off-by: Paul Bolle <[email protected]>
Acked-by: Mark Salyzyn <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
  • Loading branch information
pebolle authored and James Bottomley committed Apr 16, 2008
1 parent e6990c6 commit 95e7a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/aacraid/aachba.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ MODULE_PARM_DESC(check_interval, "Interval in seconds between adapter health"

int aac_check_reset = 1;
module_param_named(check_reset, aac_check_reset, int, S_IRUGO|S_IWUSR);
MODULE_PARM_DESC(aac_check_reset, "If adapter fails health check, reset the"
MODULE_PARM_DESC(check_reset, "If adapter fails health check, reset the"
" adapter. a value of -1 forces the reset to adapters programmed to"
" ignore it.");

Expand Down

0 comments on commit 95e7a8e

Please sign in to comment.