All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] pmcraid: fix a typo in error message
@ 2013-02-16 14:27 Akinobu Mita
  2013-02-16 14:27 ` [PATCH 2/5] pmcraid: fix pmcraid_netlink_init() error path in module_init Akinobu Mita
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Akinobu Mita @ 2013-02-16 14:27 UTC (permalink / raw)
  To: linux-scsi; +Cc: Akinobu Mita, Anil Ravindranath, James E.J. Bottomley

Remove duplicate "with" in error message.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
Cc: linux-scsi@vger.kernel.org
---
 drivers/scsi/pmcraid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c
index b46f5e9..073ff48 100644
--- a/drivers/scsi/pmcraid.c
+++ b/drivers/scsi/pmcraid.c
@@ -6106,7 +6106,7 @@ static int __init pmcraid_init(void)
 
 	if (IS_ERR(pmcraid_class)) {
 		error = PTR_ERR(pmcraid_class);
-		pmcraid_err("failed to register with with sysfs, error = %x\n",
+		pmcraid_err("failed to register with sysfs, error = %x\n",
 			    error);
 		goto out_unreg_chrdev;
 	}
-- 
1.8.1


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

end of thread, other threads:[~2013-02-16 14:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-16 14:27 [PATCH 1/5] pmcraid: fix a typo in error message Akinobu Mita
2013-02-16 14:27 ` [PATCH 2/5] pmcraid: fix pmcraid_netlink_init() error path in module_init Akinobu Mita
2013-02-16 14:27 ` [PATCH 3/5] pmcraid: make pmcraid_minor static Akinobu Mita
2013-02-16 14:27 ` [PATCH 4/5] pmcraid: check for exceeding the max adapters limit Akinobu Mita
2013-02-16 14:27 ` [PATCH 5/5] pmcraid: check error from device_create() Akinobu Mita

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.