Re: [LTP] [PATCH 1/6] /lib/tst_tmpdir indentation and coding style fixes

2012-07-18 Thread marios.makris
On 18 July 2012 16:51, Caspar Zhang wrote: > On 07/18/2012 09:32 PM, marios.makris wrote: >> >> On 18 July 2012 11:20, Wanlong Gao wrote: >>> >>> On 07/13/2012 11:51 PM, Marios Makris wrote: >>>> >>>> Identation and coding style fixes as

Re: [LTP] [PATCH 1/6] /lib/tst_tmpdir indentation and coding style fixes

2012-07-18 Thread marios.makris
On 18 July 2012 11:20, Wanlong Gao wrote: > On 07/13/2012 11:51 PM, Marios Makris wrote: >> Identation and coding style fixes as well as moved the function descriptions >> to the header file (/include/test.h) >> >> Signed-off-by: Marios Makris >> --- >> include/test.h | 26 +++ >>

Re: [LTP] [PATCH 4/6] /lib/tst_tmpdir.c removed / and * checks

2012-07-18 Thread marios.makris
On 18 July 2012 12:32, Wanlong Gao wrote: > On 07/13/2012 11:51 PM, Marios Makris wrote: >> These checks are implemented in the rmobj.c file therefore there is no >> need to repeat them here since rmobj() is called for deletions. >> >> Signed-off-by: Marios Makris >> --- >> lib/tst_tmpdir.c |