diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2013-04-30 18:28:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-30 20:04:09 -0400 |
commit | e12a95f40ac78f223deab743a5228f9eb3df8ed1 (patch) | |
tree | e0eb25b9a232e682115e02f80010c8842db36ff0 /lib | |
parent | 52b3694157e3aa6df871e283115652ec6f2d31e0 (diff) |
notifier-error-inject: fix module names in Kconfig
The Kconfig help text for MEMORY_NOTIFIER_ERROR_INJECT and
OF_RECONFIG_NOTIFIER_ERROR_INJECT has mismatched module names.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 770a422a42e8..566cf2bc08ea 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1192,7 +1192,7 @@ config MEMORY_NOTIFIER_ERROR_INJECT | |||
1192 | bash: echo: write error: Cannot allocate memory | 1192 | bash: echo: write error: Cannot allocate memory |
1193 | 1193 | ||
1194 | To compile this code as a module, choose M here: the module will | 1194 | To compile this code as a module, choose M here: the module will |
1195 | be called pSeries-reconfig-notifier-error-inject. | 1195 | be called memory-notifier-error-inject. |
1196 | 1196 | ||
1197 | If unsure, say N. | 1197 | If unsure, say N. |
1198 | 1198 | ||
@@ -1209,7 +1209,7 @@ config OF_RECONFIG_NOTIFIER_ERROR_INJECT | |||
1209 | notified, write the error code to "actions/<notifier event>/error". | 1209 | notified, write the error code to "actions/<notifier event>/error". |
1210 | 1210 | ||
1211 | To compile this code as a module, choose M here: the module will | 1211 | To compile this code as a module, choose M here: the module will |
1212 | be called memory-notifier-error-inject. | 1212 | be called of-reconfig-notifier-error-inject. |
1213 | 1213 | ||
1214 | If unsure, say N. | 1214 | If unsure, say N. |
1215 | 1215 | ||