* [PATCH V2] [SCSI] esas2r: Fix comment
@ 2014-04-22 18:23 Marek Vasut
2014-04-23 20:41 ` Bradley Grove
0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2014-04-22 18:23 UTC (permalink / raw)
To: linux-scsi; +Cc: Marek Vasut, James Bottomley, Bradley Grove, Sergei Shtylyov
Minor fix for a message 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>
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
drivers/scsi/esas2r/esas2r_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
V2: Post to linux-scsi, tweak the commit message.
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.8.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH V2] [SCSI] esas2r: Fix comment
2014-04-22 18:23 [PATCH V2] [SCSI] esas2r: Fix comment Marek Vasut
@ 2014-04-23 20:41 ` Bradley Grove
0 siblings, 0 replies; 2+ messages in thread
From: Bradley Grove @ 2014-04-23 20:41 UTC (permalink / raw)
To: Marek Vasut, linux-scsi; +Cc: James Bottomley, Sergei Shtylyov
This looks fine to me.
Acked-by: Bradley Grove <bgrove@attotech.com>
Thanks,
Brad
On 04/22/2014 02:23 PM, Marek Vasut wrote:
> Minor fix for a message 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>
> Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> ---
> drivers/scsi/esas2r/esas2r_main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> V2: Post to linux-scsi, tweak the commit message.
>
> 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);
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-23 20:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-22 18:23 [PATCH V2] [SCSI] esas2r: Fix comment Marek Vasut
2014-04-23 20:41 ` Bradley Grove
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).