linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild/kallsyms: trivial typo fix
@ 2018-02-27  8:16 Cao jin
  2018-02-28 14:48 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Cao jin @ 2018-02-27  8:16 UTC (permalink / raw)
  To: linux-kbuild, linux-kernel; +Cc: michal.lkml, yamada.masahiro

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
I guess this belongs to kbuild though get_maintainer.pl doesn't tell me that.

 scripts/kallsyms.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
index 9ee9bf7fd1a2..65792650c630 100644
--- a/scripts/kallsyms.c
+++ b/scripts/kallsyms.c
@@ -595,7 +595,7 @@ static void optimize_result(void)
 		 * original char code */
 		if (!best_table_len[i]) {
 
-			/* find the token with the breates profit value */
+			/* find the token with the best profit value */
 			best = find_best_token();
 			if (token_profit[best] == 0)
 				break;
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kbuild/kallsyms: trivial typo fix
  2018-02-27  8:16 [PATCH] kbuild/kallsyms: trivial typo fix Cao jin
@ 2018-02-28 14:48 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2018-02-28 14:48 UTC (permalink / raw)
  To: Cao jin
  Cc: Linux Kbuild mailing list, Linux Kernel Mailing List, Michal Marek

2018-02-27 17:16 GMT+09:00 Cao jin <caoj.fnst@cn.fujitsu.com>:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
> I guess this belongs to kbuild though get_maintainer.pl doesn't tell me that.
>

Applied to linux-kbuild.  Thanks!

-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-28 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-27  8:16 [PATCH] kbuild/kallsyms: trivial typo fix Cao jin
2018-02-28 14:48 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).