Message ID | dbbd3042-18ae-991a-cce7-52933cd61e95@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
2017-10-07 9:17 GMT+09:00 Randy Dunlap <rdunlap@infradead.org>: > From: Randy Dunlap <rdunlap@infradead.org> > > Correct typo in kselftest help text. > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Shuah Khan <shuah@kernel.org> > Cc: linux-kselftest@vger.kernel.org > Cc: Masahiro Yamada <yamada.masahiro@socionext.com> > Cc: Jiri Kosina <trivial@kernel.org> > --- Applied to linux-kbuild/fixes. Thanks.
--- lnx-414-rc3.orig/Makefile +++ lnx-414-rc3/Makefile @@ -1395,7 +1395,7 @@ help: @echo ' Build, install, and boot kernel before' @echo ' running kselftest on it' @echo ' kselftest-clean - Remove all generated kselftest files' - @echo ' kselftest-merge - Merge all the config dependencies of kselftest to existed' + @echo ' kselftest-merge - Merge all the config dependencies of kselftest to existing' @echo ' .config.' @echo '' @echo 'Userspace tools targets:'