Re: [PATCH] scripts/mkcompile_h: Remove trailing spaces from compiler version

2017-06-19 Thread Masahiro Yamada
2017-06-12 17:23 GMT+09:00 Jonathan Liu : > Improves the output of "cat /proc/version" by getting rid of the > trailing space at the end of the compiler version when the kernel > is compiled using GCC. > > Signed-off-by: Jonathan Liu > --- Applied to linux-kbuild/misc. Thanks! -- Best Regards

[PATCH] scripts/mkcompile_h: Remove trailing spaces from compiler version

2017-06-12 Thread Jonathan Liu
Improves the output of "cat /proc/version" by getting rid of the trailing space at the end of the compiler version when the kernel is compiled using GCC. Signed-off-by: Jonathan Liu --- scripts/mkcompile_h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkcompile_h b/