projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4dcaea
)
it821x: do not describe noraid parameter with its value
author
Paul Bolle
<pebolle@tiscali.nl>
Wed, 16 Apr 2008 23:14:33 +0000
(
01:14
+0200)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Wed, 16 Apr 2008 23:14:33 +0000
(
01:14
+0200)
Describe noraid parameter with its name (and not its value).
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/pci/it821x.c
patch
|
blob
|
history
diff --git
a/drivers/ide/pci/it821x.c
b/drivers/ide/pci/it821x.c
index 1597f0cc1bf1ced36b76caa3b7e264f563f5a3f0..d8a167451fd6fde390a6eea620a34a0e1be12025 100644
(file)
--- a/
drivers/ide/pci/it821x.c
+++ b/
drivers/ide/pci/it821x.c
@@
-667,7
+667,7
@@
static int __init it821x_ide_init(void)
module_init(it821x_ide_init);
module_param_named(noraid, it8212_noraid, int, S_IRUGO);
-MODULE_PARM_DESC(
it8212_
noraid, "Force card into bypass mode");
+MODULE_PARM_DESC(noraid, "Force card into bypass mode");
MODULE_AUTHOR("Alan Cox");
MODULE_DESCRIPTION("PCI driver module for the ITE 821x");