Re: [PATCH] Fix various coding style problem

2015-08-09 Thread Sudip Mukherjee
On Sun, Aug 09, 2015 at 11:48:34PM +0800, Swee Hua Law wrote: > 1) do not initialise globals to NULL > 2) improve readability of hlist_for_each_entry_safe() > 3) move */ to a separate line > 4) change symbol == NULL to !symbol These were many different changes in a single patch. Please break them

[PATCH] Fix various coding style problem

2015-08-09 Thread Swee Hua Law
1) do not initialise globals to NULL 2) improve readability of hlist_for_each_entry_safe() 3) move */ to a separate line 4) change symbol == NULL to !symbol Signed-off-by: Swee Hua Law --- drivers/staging/lustre/lustre/llite/remote_perm.c | 17 - 1 file changed, 8 insertions(+),