Re: [Libhugetlbfs-devel] [PATCH] tests: check_linkhuge_tests style FIXES

2008-10-21 Thread Eric B Munson
On Mon, 20 Oct 2008, Adam Litke wrote: > Andy Whitcroft had some good suggestions on my check_linkhuge_tests patch. > - Comment the format of LINKHUGE_WORDSIZES > - Use a case statement instead of an if/else > > Signed-off-by: Adam Litke <[EMAIL PROTECTED]> > --- Applied, thanks. Eric signatu

Re: [Libhugetlbfs-devel] [PATCH] tests: check_linkhuge_tests style FIXES

2008-10-21 Thread Andy Whitcroft
On Mon, Oct 20, 2008 at 10:14:54PM +, Adam Litke wrote: > Andy Whitcroft had some good suggestions on my check_linkhuge_tests patch. > - Comment the format of LINKHUGE_WORDSIZES > - Use a case statement instead of an if/else > > Signed-off-by: Adam Litke <[EMAIL PROTECTED]> Acked-by: Andy W

[Libhugetlbfs-devel] [PATCH] tests: check_linkhuge_tests style FIXES

2008-10-20 Thread Adam Litke
Andy Whitcroft had some good suggestions on my check_linkhuge_tests patch. - Comment the format of LINKHUGE_WORDSIZES - Use a case statement instead of an if/else Signed-off-by: Adam Litke <[EMAIL PROTECTED]> --- tests/run_tests.sh | 14 -- 1 files changed, 8 insertions(+), 6 del