Skip to content

Commit

Permalink
notifier-error-inject: fix module names in Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed May 1, 2013
1 parent 52b3694 commit e12a95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ config MEMORY_NOTIFIER_ERROR_INJECT
bash: echo: write error: Cannot allocate memory

To compile this code as a module, choose M here: the module will
be called pSeries-reconfig-notifier-error-inject.
be called memory-notifier-error-inject.

If unsure, say N.

Expand All @@ -1209,7 +1209,7 @@ config OF_RECONFIG_NOTIFIER_ERROR_INJECT
notified, write the error code to "actions/<notifier event>/error".

To compile this code as a module, choose M here: the module will
be called memory-notifier-error-inject.
be called of-reconfig-notifier-error-inject.

If unsure, say N.

Expand Down

0 comments on commit e12a95f

Please sign in to comment.