Re: [PATCH 2/4] rcutorture/nolibc: fix some poor indentation and alignment

2018-12-31 Thread Paul E. McKenney
On Sat, Dec 29, 2018 at 12:30:33PM -1000, Joey Pabalinas wrote: > On Sat, Dec 29, 2018 at 07:02:17PM +0100, Willy Tarreau wrote: > > A few macros had their rightmost backslash misaligned, and the pollfd > > struct definition resisted the previous code reindent. Nothing else > > changed. > > > >

Re: [PATCH 2/4] rcutorture/nolibc: fix some poor indentation and alignment

2018-12-29 Thread Joey Pabalinas
On Sat, Dec 29, 2018 at 07:02:17PM +0100, Willy Tarreau wrote: > A few macros had their rightmost backslash misaligned, and the pollfd > struct definition resisted the previous code reindent. Nothing else > changed. > > Cc: Paul E. McKenney > Signed-off-by: Willy Tarreau Reviewed-by: Joey

[PATCH 2/4] rcutorture/nolibc: fix some poor indentation and alignment

2018-12-29 Thread Willy Tarreau
A few macros had their rightmost backslash misaligned, and the pollfd struct definition resisted the previous code reindent. Nothing else changed. Cc: Paul E. McKenney Signed-off-by: Willy Tarreau --- tools/testing/selftests/rcutorture/bin/nolibc.h | 14 +++--- 1 file changed, 7