[PATCH] drivers: staging: lustre: lnet: api-nc.c: Fix Style Warnings

2014-11-17 Thread Thomas Wood
Fixed Subject line containing the entire patch description. 88 Remove an unecessary return statement in a void function. Remove an unecessary space between a function name and the parentheses. Signed-off-by: Thomas Wood

Re: [PATCH] drivers: staging: lustre: lnet: api-nc.c: Fix Style Warnings

2014-11-17 Thread Greg KH
On Mon, Nov 17, 2014 at 11:11:36AM -0800, Thomas Wood wrote: Fixed Subject line containing the entire patch description. 88 Ick, what is that here? Please put that below the --- line, otherwise I have to hand-edit the

[PATCH] drivers: staging: lustre: lnet: api-nc.c: Fix Style Warnings Remove an unecessary return statement in a void function. Remove an unecessary space between a function name and the parentheses.

2014-11-16 Thread Thomas Wood
Signed-off-by: Thomas Wood tommyandr...@gmail.com --- I hope this hasn't been duplicated... drivers/staging/lustre/lnet/lnet/api-ni.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/api-ni.c b/drivers/staging/lustre/lnet/lnet/api-ni.c