Skip to content

Commit

Permalink
libata: make the function name in comment match the actual function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Minwoo Im authored and Tejun Heo committed Jun 20, 2017
1 parent a589387 commit 01efd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 01efd60

Please sign in to comment.