Re: [PATCH 3/3] staging: lustre: Remove the space before \n

2015-08-11 Thread Joe Perches
On Tue, 2015-08-11 at 21:32 +0800, Swee Hua Law wrote: > Remove the extra space character right before \n in the string [] > diff --git a/drivers/staging/lustre/lustre/llite/lloop.c > b/drivers/staging/lustre/lustre/llite/lloop.c [] > @@ -308,7 +308,7 @@ static unsigned int loop_get_bio(struct llo

[PATCH 3/3] staging: lustre: Remove the space before \n

2015-08-11 Thread Swee Hua Law
Remove the extra space character right before \n in the string Signed-off-by: Swee Hua Law --- drivers/staging/lustre/lustre/llite/lloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite/lloop.c b/drivers/staging/lustre/lustre/llite/lloop.