diff mbox

libata: make function name in comment be matched with its own.

Message ID 1497954090-8130-1-git-send-email-dn3108@gmail.com
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Minwoo Im June 20, 2017, 10:21 a.m. UTC
the function name in comment used to be ata_scsiop_mode_select() for
ata_scsi_mode_select_xlat(). function comment has been updated.

Signed-off-by: Minwoo Im <dn3108@gmail.com>
---
 drivers/ata/libata-scsi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tejun Heo June 20, 2017, 5:37 p.m. UTC | #1
On Tue, Jun 20, 2017 at 07:21:30PM +0900, Minwoo Im wrote:
> the function name in comment used to be ata_scsiop_mode_select() for
> ata_scsi_mode_select_xlat(). function comment has been updated.
> 
> Signed-off-by: Minwoo Im <dn3108@gmail.com>

Applied to libata/for-4.13.

Thanks.
diff mbox

Patch

diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c
index 49ba983..f80e415 100644
--- a/drivers/ata/libata-scsi.c
+++ b/drivers/ata/libata-scsi.c
@@ -3909,7 +3909,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.