linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: make function name in comment be matched with its own.
@ 2017-06-20 10:21 Minwoo Im
  2017-06-20 17:37 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Minwoo Im @ 2017-06-20 10:21 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide, Minwoo Im

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(-)

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.
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libata: make function name in comment be matched with its own.
  2017-06-20 10:21 [PATCH] libata: make function name in comment be matched with its own Minwoo Im
@ 2017-06-20 17:37 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2017-06-20 17:37 UTC (permalink / raw)
  To: Minwoo Im; +Cc: linux-ide

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.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-20 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20 10:21 [PATCH] libata: make function name in comment be matched with its own Minwoo Im
2017-06-20 17:37 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).