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 <sergre...@gmail.com>
> ---
>  drivers/staging/lustre/lnet/lnet/lib-socket.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/lustre/lnet/lnet/lib-socket.c 
> b/drivers/staging/lustre/lnet/lnet/lib-socket.c
> index 9fca8d225ee0..776f3c2fa486 100644
> --- a/drivers/staging/lustre/lnet/lnet/lib-socket.c
> +++ b/drivers/staging/lustre/lnet/lnet/lib-socket.c
> @@ -89,7 +89,7 @@ lnet_ipif_query(char *name, int *up, __u32 *ip, __u32 *mask)
>       struct ifreq ifr;
>       int nob;
>       int rc;
> -     __u32 val;
> +     __be32 val;

Are you sure this is correct?  I need an ack from the maintainers of
this filesystem, why didn't you cc: them as well on this patch?

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to