Re: [PATCH] Staging: Fixed coding style warning

2016-04-12 Thread Joe Perches
On Wed, 2016-04-13 at 03:10 +0300, Panos Vlachos wrote: > Fixed coding style warning [] > diff --git a/drivers/staging/lustre/lnet/lnet/nidstrings.c > b/drivers/staging/lustre/lnet/lnet/nidstrings.c [] > @@ -197,7 +197,7 @@ add_nidrange(const struct cfs_lstr *src, >   struct netstrfns *nf; >  

Re: [PATCH] Staging: Fixed coding style warning

2016-04-12 Thread Greg KH
On Wed, Apr 13, 2016 at 03:10:45AM +0300, Panos Vlachos wrote: > Fixed coding style warning What warning? And always put the driver name in the subject so we know where to merge this to. And finally, use get_maintainer.pl to determine who to send this to. thanks, greg k-h _

[PATCH] Staging: Fixed coding style warning

2016-04-12 Thread Panos Vlachos
Fixed coding style warning Signed-off-by: Panos Vlachos --- drivers/staging/lustre/lnet/lnet/nidstrings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lnet/lnet/nidstrings.c b/drivers/staging/lustre/lnet/lnet/nidstrings.c index ebf468f..f532e44 1006