Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e12a95f4 authored by Akinobu Mita's avatar Akinobu Mita Committed by Linus Torvalds
Browse files

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: default avatarAkinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 52b36941
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.

@@ -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.