linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [SCSI] esas2r: Fix comment
@ 2014-04-21 20:55 Marek Vasut
  2014-04-22 12:19 ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2014-04-21 20:55 UTC (permalink / raw)
  To: linux-ide; +Cc: Marek Vasut, James Bottomley, Bradley Grove

Minor fix for a comment in the driver so that it matches the function name.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: James Bottomley <JBottomley@Parallels.com>
Cc: Bradley Grove <bgrove@attotech.com>
---
 drivers/scsi/esas2r/esas2r_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/esas2r/esas2r_main.c b/drivers/scsi/esas2r/esas2r_main.c
index f37f3e3..6504a19 100644
--- a/drivers/scsi/esas2r/esas2r_main.c
+++ b/drivers/scsi/esas2r/esas2r_main.c
@@ -390,7 +390,7 @@ static int esas2r_probe(struct pci_dev *pcid,
 	esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev),
 		       "pci_enable_device() OK");
 	esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev),
-		       "after pci_device_enable() enable_cnt: %d",
+		       "after pci_enable_device() enable_cnt: %d",
 		       pcid->enable_cnt.counter);
 
 	host = scsi_host_alloc(&driver_template, host_alloc_size);
-- 
1.9.1


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

* Re: [PATCH] [SCSI] esas2r: Fix comment
  2014-04-21 20:55 [PATCH] [SCSI] esas2r: Fix comment Marek Vasut
@ 2014-04-22 12:19 ` Sergei Shtylyov
  2014-04-22 18:23   ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2014-04-22 12:19 UTC (permalink / raw)
  To: Marek Vasut, linux-ide; +Cc: James Bottomley, Bradley Grove

Hello.

On 22-04-2014 0:55, Marek Vasut wrote:

    Shouldn't this patch have been posted to linux-scsi instead of linux-ide?

> Minor fix for a comment in the driver so that it matches the function name.

    It's a message, not a comment.

> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: James Bottomley <JBottomley@Parallels.com>
> Cc: Bradley Grove <bgrove@attotech.com>
> ---
>   drivers/scsi/esas2r/esas2r_main.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

> diff --git a/drivers/scsi/esas2r/esas2r_main.c b/drivers/scsi/esas2r/esas2r_main.c
> index f37f3e3..6504a19 100644
> --- a/drivers/scsi/esas2r/esas2r_main.c
> +++ b/drivers/scsi/esas2r/esas2r_main.c
> @@ -390,7 +390,7 @@ static int esas2r_probe(struct pci_dev *pcid,
>   	esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev),
>   		       "pci_enable_device() OK");
>   	esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev),
> -		       "after pci_device_enable() enable_cnt: %d",
> +		       "after pci_enable_device() enable_cnt: %d",
>   		       pcid->enable_cnt.counter);

WBR, Sergei


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

* Re: [PATCH] [SCSI] esas2r: Fix comment
  2014-04-22 12:19 ` Sergei Shtylyov
@ 2014-04-22 18:23   ` Marek Vasut
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2014-04-22 18:23 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: linux-ide, James Bottomley, Bradley Grove

On Tuesday, April 22, 2014 at 02:19:39 PM, Sergei Shtylyov wrote:
> Hello.
> 
> On 22-04-2014 0:55, Marek Vasut wrote:
> 
>     Shouldn't this patch have been posted to linux-scsi instead of
> linux-ide?
> 
> > Minor fix for a comment in the driver so that it matches the function
> > name.
> 
>     It's a message, not a comment.

Fixed both, thanks!

Best regards,
Marek Vasut

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

end of thread, other threads:[~2014-04-22 18:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-21 20:55 [PATCH] [SCSI] esas2r: Fix comment Marek Vasut
2014-04-22 12:19 ` Sergei Shtylyov
2014-04-22 18:23   ` Marek Vasut

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