libata: make the function name in comment match the actual function
The function name used to be ata_scsiop_mode_select() but renamed to ata_scsi_mode_select_xlat(). Update the comment accordingly. tj: Minor commit desc update. Signed-off-by: Minwoo Im <dn3108@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
a5893870f8
commit
01efd6006d
|
@ -3914,7 +3914,7 @@ static int ata_mselect_control(struct ata_queued_cmd *qc,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ata_scsiop_mode_select - Simulate MODE SELECT 6, 10 commands
|
* ata_scsi_mode_select_xlat - Simulate MODE SELECT 6, 10 commands
|
||||||
* @qc: Storage for translated ATA taskfile
|
* @qc: Storage for translated ATA taskfile
|
||||||
*
|
*
|
||||||
* Converts a MODE SELECT command to an ATA SET FEATURES taskfile.
|
* Converts a MODE SELECT command to an ATA SET FEATURES taskfile.
|
||||||
|
|
Loading…
Reference in New Issue