[PATCH 1/2] Staging: lustre: Fix line length exceeding 80 characters

2014-01-05 Thread MonamAgarwal
This patch fixes the following checkpatch.pl warning in lustre/ldlm/interval_tree.c WARNING: line over 80 characters in the file Signed-off-by: MonamAgarwal --- drivers/staging/lustre/lustre/ldlm/interval_tree.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a

[PATCH 2/2] Staging: lustre: Fix return does not need parantheses

2014-01-05 Thread MonamAgarwal
This patch fixes the following checkpatch.pl warning in lustre/ldlm/interval_tree.c ERROR: return is not a function, parentheses are not required Signed-off-by: MonamAgarwal --- drivers/staging/lustre/lustre/ldlm/interval_tree.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff