diff options
author | Minwoo Im <dn3108@gmail.com> | 2017-06-20 19:21:30 +0900 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-06-20 13:35:15 -0400 |
commit | 01efd6006d19848084b9fcba7f3963ed38c1cd6c (patch) | |
tree | 62a4bbe8c643a42abc63b7dc683e8d6ba5510b40 /drivers/ata/libata-scsi.c | |
parent | a5893870f8145b782e42d5ff187ae1dee6f2b650 (diff) | |
download | op-kernel-dev-01efd6006d19848084b9fcba7f3963ed38c1cd6c.zip op-kernel-dev-01efd6006d19848084b9fcba7f3963ed38c1cd6c.tar.gz |
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>
Diffstat (limited to 'drivers/ata/libata-scsi.c')
-rw-r--r-- | drivers/ata/libata-scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 0f788ad..4c30074 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -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 * * Converts a MODE SELECT command to an ATA SET FEATURES taskfile. |