Re: [PATCH 3/3] kconfig: cleanup symbol-search code

2013-07-16 Thread Yann E. MORIN
Jean, All, On Tuesday 16 July 2013 16:33:47 Jean Delvare wrote: > Le Saturday 13 July 2013 à 20:08 +0200, Yann E. MORIN a écrit : > > From: "Yann E. MORIN" > > > > - no need for a double-indirection for the temporary sym_match_arr array > > - the temporary sym_match_arr array is not NULL termina

Re: [PATCH 3/3] kconfig: cleanup symbol-search code

2013-07-16 Thread Jean Delvare
Le Saturday 13 July 2013 à 20:08 +0200, Yann E. MORIN a écrit : > From: "Yann E. MORIN" > > - no need for a double-indirection for the temporary sym_match_arr array > - the temporary sym_match_arr array is not NULL terminated, so no need > to allocate n+1 elements > - two minor style fixes > -

[PATCH 3/3] kconfig: cleanup symbol-search code

2013-07-13 Thread Yann E. MORIN
From: "Yann E. MORIN" - no need for a double-indirection for the temporary sym_match_arr array - the temporary sym_match_arr array is not NULL terminated, so no need to allocate n+1 elements - two minor style fixes - grammar fix in comment Reported-by: Jean Delvare Signed-off-by: "Yann E. MOR