linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 03/13] small whitespace cleanup for qlogic driver
@ 2006-02-24 20:47 Jesper Juhl
  2006-02-24 21:30 ` Andrew Vasquez
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2006-02-24 20:47 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, andrew.vasquez, Jesper Juhl


Add a few spaces to MODULE_PARM_DESC() text for qla2xxx. Without these
spaces text runs together when modinfo prints the text.


Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

 drivers/scsi/qla2xxx/qla_os.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- linux-2.6.16-rc4-mm2-orig/drivers/scsi/qla2xxx/qla_os.c	2006-02-24 19:25:38.000000000 +0100
+++ linux-2.6.16-rc4-mm2/drivers/scsi/qla2xxx/qla_os.c	2006-02-24 20:29:45.000000000 +0100
@@ -39,14 +39,14 @@ MODULE_PARM_DESC(ql2xlogintimeout,
 int qlport_down_retry = 30;
 module_param(qlport_down_retry, int, S_IRUGO|S_IRUSR);
 MODULE_PARM_DESC(qlport_down_retry,
-		"Maximum number of command retries to a port that returns"
+		"Maximum number of command retries to a port that returns "
 		"a PORT-DOWN status.");
 
 int ql2xplogiabsentdevice;
 module_param(ql2xplogiabsentdevice, int, S_IRUGO|S_IWUSR);
 MODULE_PARM_DESC(ql2xplogiabsentdevice,
 		"Option to enable PLOGI to devices that are not present after "
-		"a Fabric scan.  This is needed for several broken switches."
+		"a Fabric scan.  This is needed for several broken switches. "
 		"Default is 0 - no PLOGI. 1 - perfom PLOGI.");
 
 int ql2xloginretrycount = 0;
@@ -74,7 +74,7 @@ MODULE_PARM_DESC(ql2xfdmienable,
 int ql2xprocessrscn;
 module_param(ql2xprocessrscn, int, S_IRUGO|S_IRUSR);
 MODULE_PARM_DESC(ql2xprocessrscn,
-		"Option to enable port RSCN handling via a series of less"
+		"Option to enable port RSCN handling via a series of less "
 		"fabric intrusive ADISCs and PLOGIs.");
 
 /*




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

* Re: [PATCH 03/13] small whitespace cleanup for qlogic driver
  2006-02-24 20:47 [PATCH 03/13] small whitespace cleanup for qlogic driver Jesper Juhl
@ 2006-02-24 21:30 ` Andrew Vasquez
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Vasquez @ 2006-02-24 21:30 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Andrew Morton, linux-kernel

On Fri, 24 Feb 2006, Jesper Juhl wrote:

> Add a few spaces to MODULE_PARM_DESC() text for qla2xxx. Without these
> spaces text runs together when modinfo prints the text.
> 
> 
> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>

Ack.

--
av

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

end of thread, other threads:[~2006-02-24 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-24 20:47 [PATCH 03/13] small whitespace cleanup for qlogic driver Jesper Juhl
2006-02-24 21:30 ` Andrew Vasquez

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