mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-05 18:59:58 +00:00
[SCSI] aacraid: Do not describe check_reset parameter with its value
Describe check_reset parameter with its name (and not its value) Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Mark Salyzyn <Mark_Salyzyn@adaptec.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
parent
e6990c6448
commit
95e7a8efd7
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Reference in a new issue