[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <dbbd3042-18ae-991a-cce7-52933cd61e95@infradead.org>
Date: Fri, 6 Oct 2017 17:17:52 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
linux-kselftest@...r.kernel.org,
linux-kbuild <linux-kbuild@...r.kernel.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Jiri Kosina <trivial@...nel.org>,
"Cc: Shuah Khan" <shuah@...nel.org>
Subject: [PATCH] Makefile: kselftest: fix grammar typo
From: Randy Dunlap <rdunlap@...radead.org>
Correct typo in kselftest help text.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Shuah Khan <shuah@...nel.org>
Cc: linux-kselftest@...r.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: Jiri Kosina <trivial@...nel.org>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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:'
Powered by blists - more mailing lists