Re: [PATCH 2/3] kconfig: Wrap long "make help" text lines

2015-06-04 Thread Michal Marek
On Tue, May 26, 2015 at 01:39:54PM +0200, Geert Uytterhoeven wrote: > Some "make help" text lines extend beyond 80 characters. Wrap them at 79 > characters. > > Signed-off-by: Geert Uytterhoeven Applied to kbuild.git#kconfig. Michal -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 2/3] kconfig: Wrap long make help text lines

2015-06-04 Thread Michal Marek
On Tue, May 26, 2015 at 01:39:54PM +0200, Geert Uytterhoeven wrote: Some make help text lines extend beyond 80 characters. Wrap them at 79 characters. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Applied to kbuild.git#kconfig. Michal -- To unsubscribe from this list: send the

Re: [PATCH 2/3] kconfig: Wrap long "make help" text lines

2015-05-31 Thread Diego Viola
Done. On Sun, May 31, 2015 at 9:53 AM, Diego Viola wrote: > Okay, will do. > > Diego > > On Sun, May 31, 2015 at 5:26 AM, Geert Uytterhoeven > wrote: >> On Sun, May 31, 2015 at 3:10 AM, Diego Viola wrote: >>> Can you please include a minor change in your patch? >>> >>> At line 89, there's

Re: [PATCH 2/3] kconfig: Wrap long "make help" text lines

2015-05-31 Thread Diego Viola
Okay, will do. Diego On Sun, May 31, 2015 at 5:26 AM, Geert Uytterhoeven wrote: > On Sun, May 31, 2015 at 3:10 AM, Diego Viola wrote: >> Can you please include a minor change in your patch? >> >> At line 89, there's this: >> >> # on its behavior(sets new symbols to their default value but not

Re: [PATCH 2/3] kconfig: Wrap long "make help" text lines

2015-05-31 Thread Geert Uytterhoeven
On Sun, May 31, 2015 at 3:10 AM, Diego Viola wrote: > Can you please include a minor change in your patch? > > At line 89, there's this: > > # on its behavior(sets new symbols to their default value but not 'n') with > the > > Please change this line to this: > > # on its behavior (sets new

Re: [PATCH 2/3] kconfig: Wrap long make help text lines

2015-05-31 Thread Diego Viola
Done. On Sun, May 31, 2015 at 9:53 AM, Diego Viola diego.vi...@gmail.com wrote: Okay, will do. Diego On Sun, May 31, 2015 at 5:26 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Sun, May 31, 2015 at 3:10 AM, Diego Viola diego.vi...@gmail.com wrote: Can you please include a minor

Re: [PATCH 2/3] kconfig: Wrap long make help text lines

2015-05-31 Thread Geert Uytterhoeven
On Sun, May 31, 2015 at 3:10 AM, Diego Viola diego.vi...@gmail.com wrote: Can you please include a minor change in your patch? At line 89, there's this: # on its behavior(sets new symbols to their default value but not 'n') with the Please change this line to this: # on its behavior

Re: [PATCH 2/3] kconfig: Wrap long make help text lines

2015-05-31 Thread Diego Viola
Okay, will do. Diego On Sun, May 31, 2015 at 5:26 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Sun, May 31, 2015 at 3:10 AM, Diego Viola diego.vi...@gmail.com wrote: Can you please include a minor change in your patch? At line 89, there's this: # on its behavior(sets new symbols

Re: [PATCH 2/3] kconfig: Wrap long "make help" text lines

2015-05-30 Thread Diego Viola
Hello, Can you please include a minor change in your patch? At line 89, there's this: # on its behavior(sets new symbols to their default value but not 'n') with the Please change this line to this: # on its behavior (sets new symbols to their default value but not 'n') with the There should

Re: [PATCH 2/3] kconfig: Wrap long make help text lines

2015-05-30 Thread Diego Viola
Hello, Can you please include a minor change in your patch? At line 89, there's this: # on its behavior(sets new symbols to their default value but not 'n') with the Please change this line to this: # on its behavior (sets new symbols to their default value but not 'n') with the There should

[PATCH 2/3] kconfig: Wrap long "make help" text lines

2015-05-26 Thread Geert Uytterhoeven
Some "make help" text lines extend beyond 80 characters. Wrap them at 79 characters. Signed-off-by: Geert Uytterhoeven --- scripts/kconfig/Makefile | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index

[PATCH 2/3] kconfig: Wrap long make help text lines

2015-05-26 Thread Geert Uytterhoeven
Some make help text lines extend beyond 80 characters. Wrap them at 79 characters. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- scripts/kconfig/Makefile | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile