diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-08-14 23:09:23 -0700 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-08-19 13:41:08 -0700 |
commit | 2b6ee9b5295460017fc1bc3d60545512df280908 (patch) | |
tree | 157cc851ac58932de7c1daaf971f5d784e5a77ab /drivers/scsi/aic7xxx/aic7xxx_osm.c | |
parent | 016131b8fffa1085b4ad165ab228116fdc278ebe (diff) | |
download | blackbird-obmc-linux-2b6ee9b5295460017fc1bc3d60545512df280908.tar.gz blackbird-obmc-linux-2b6ee9b5295460017fc1bc3d60545512df280908.zip |
[SCSI] aic7*: cleanup MODULE_PARM_DESC strings
Modify beginning string to be more readable. Remove one trailing newline.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_osm.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.c b/drivers/scsi/aic7xxx/aic7xxx_osm.c index aa4be8a31415..e5bb4d87b307 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.c +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.c @@ -341,7 +341,7 @@ MODULE_LICENSE("Dual BSD/GPL"); MODULE_VERSION(AIC7XXX_DRIVER_VERSION); module_param(aic7xxx, charp, 0444); MODULE_PARM_DESC(aic7xxx, -"period delimited, options string.\n" +"period-delimited options string:\n" " verbose Enable verbose/diagnostic logging\n" " allow_memio Allow device registers to be memory mapped\n" " debug Bitmask of debug values to enable\n" |