mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
scsi: ata: libata-scsi: Fix ata_msense_control kdoc comment
Add missing description of the spg argument of ata_msense_control().
Fixes: df60f9c645
("scsi: ata: libata: Add ATA feature control sub-page translation")
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://lore.kernel.org/r/20230523074701.293502-1-dlemoal@kernel.org
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Niklas Cassel <niklas.cassel@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
339020091e
commit
401f8ef319
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
* @qc: Storage for translated ATA taskfile
|
||||
* @spg: target sub-page of the control page
|
||||
* @buf: input buffer
|
||||
* @len: number of valid bytes in the input buffer
|
||||
* @fp: out parameter for the failed field on error
|
||||
|
|
Loading…
Add table
Reference in a new issue