Commit 401f8ef3 authored by Damien Le Moal's avatar Damien Le Moal Committed by Martin K. Petersen

scsi: ata: libata-scsi: Fix ata_msense_control kdoc comment

Add missing description of the spg argument of ata_msense_control().

Fixes: df60f9c6 ("scsi: ata: libata: Add ATA feature control sub-page translation")
Signed-off-by: default avatarDamien Le Moal <dlemoal@kernel.org>
Link: https://lore.kernel.org/r/20230523074701.293502-1-dlemoal@kernel.orgReviewed-by: default avatarJohannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: default avatarNiklas Cassel <niklas.cassel@wdc.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 33902009
...@@ -3850,6 +3850,7 @@ static unsigned int ata_mselect_control_ata_feature(struct ata_queued_cmd *qc, ...@@ -3850,6 +3850,7 @@ static unsigned int ata_mselect_control_ata_feature(struct ata_queued_cmd *qc,
/** /**
* ata_mselect_control - Simulate MODE SELECT for control page * ata_mselect_control - Simulate MODE SELECT for control page
* @qc: Storage for translated ATA taskfile * @qc: Storage for translated ATA taskfile
* @spg: target sub-page of the control page
* @buf: input buffer * @buf: input buffer
* @len: number of valid bytes in the input buffer * @len: number of valid bytes in the input buffer
* @fp: out parameter for the failed field on error * @fp: out parameter for the failed field on error
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment