projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6e952
)
fix a typo in the AIC7XXX_DEBUG_MASK help text
author
Adrian Bunk
<bunk@stusta.de>
Fri, 31 Mar 2006 23:03:38 +0000
(
01:03
+0200)
committer
Adrian Bunk
<bunk@stusta.de>
Fri, 31 Mar 2006 23:03:38 +0000
(
01:03
+0200)
This patch fixes a typo in the AIC7XXX_DEBUG_MASK help text.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/scsi/aic7xxx/Kconfig.aic7xxx
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/aic7xxx/Kconfig.aic7xxx
b/drivers/scsi/aic7xxx/Kconfig.aic7xxx
index 6c2c395554ff3d37b7f7673a01327d59c976a55a..5517da5855f0037d174d8696dbb0053a7b91cce9 100644
(file)
--- a/
drivers/scsi/aic7xxx/Kconfig.aic7xxx
+++ b/
drivers/scsi/aic7xxx/Kconfig.aic7xxx
@@
-86,7
+86,7
@@
config AIC7XXX_DEBUG_MASK
default "0"
help
Bit mask of debug options that is only valid if the
- CONFIG_AIC7XXX_DEBUG_ENBLE option is enabled. The bits in this mask
+ CONFIG_AIC7XXX_DEBUG_EN
A
BLE option is enabled. The bits in this mask
are defined in the drivers/scsi/aic7xxx/aic7xxx.h - search for the
variable ahc_debug in that file to find them.