diff mbox

Makefile: kselftest: fix grammar typo

Message ID dbbd3042-18ae-991a-cce7-52933cd61e95@infradead.org (mailing list archive)
State New, archived
Headers show

Commit Message

Randy Dunlap Oct. 7, 2017, 12:17 a.m. UTC
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>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Masahiro Yamada Oct. 7, 2017, 11:10 a.m. UTC | #1
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.
diff mbox

Patch

--- 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:'