Commit 3a382b9b authored by Damien Le Moal's avatar Damien Le Moal
Browse files

ata: ahci: Clarify mobile_lpm_policy description



Despite its name, the mobile_lpm_policy module parameter defines the
default LPM policy to use for an AHCI adapter for all chipsets,
including desktop and server chipsets. Clarify this point in the
parameter description.

No functional changes.

Signed-off-by: default avatarDamien Le Moal <dlemoal@kernel.org>
Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
Reviewed-by: default avatarNiklas Cassel <cassel@kernel.org>
parent 2b89eb17
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -674,7 +674,9 @@ MODULE_PARM_DESC(marvell_enable, "Marvell SATA via AHCI (1 = enabled)");

static int mobile_lpm_policy = -1;
module_param(mobile_lpm_policy, int, 0644);
MODULE_PARM_DESC(mobile_lpm_policy, "Default LPM policy for mobile chipsets");
MODULE_PARM_DESC(mobile_lpm_policy,
		 "Default LPM policy. Despite its name, this parameter applies "
		 "to all chipsets, including desktop and server chipsets");

static char *ahci_mask_port_map;
module_param_named(mask_port_map, ahci_mask_port_map, charp, 0444);