Re: [PATCH] Staging: lustre: lnet: incorrect type in assignement fix

2017-05-18 Thread Greg KH
On Thu, May 11, 2017 at 09:17:07PM +1000, Sergiy Redko wrote: > Fixed incorrect type in assignment warning found by sparse > by changing the type of a local variable > > Signed-off-by: Sergiy Redko > --- > drivers/staging/lustre/lnet/lnet/lib-socket.c | 2 +- > 1 file

[PATCH] Staging: lustre: lnet: incorrect type in assignement fix

2017-05-11 Thread Sergiy Redko
Fixed incorrect type in assignment warning found by sparse by changing the type of a local variable Signed-off-by: Sergiy Redko --- drivers/staging/lustre/lnet/lnet/lib-socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git