]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
libata: make the function name in comment match the actual function
authorMinwoo Im <dn3108@gmail.com>
Tue, 20 Jun 2017 10:21:30 +0000 (19:21 +0900)
committerTejun Heo <tj@kernel.org>
Tue, 20 Jun 2017 17:35:15 +0000 (13:35 -0400)
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>
drivers/ata/libata-scsi.c

index 0f788ad6f2f6ead3405da47c0cac2bdc7adb957d..4c300749aca537a81fcf04dec767daab23853817 100644 (file)
@@ -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.