2020-06-18 19:30:56

by Alexander Kapshuk

[permalink] [raw]
Subject: Re: [PATCH] net/9p: Fix sparse endian warning in trans_fd.c

On Thu, Jun 18, 2020 at 10:09 PM Dominique Martinet
<[email protected]> wrote:
>
> Alexander Kapshuk wrote on Thu, Jun 18, 2020:
> > Address sparse endian warning:
> > net/9p/trans_fd.c:932:28: warning: incorrect type in assignment (different base types)
> > net/9p/trans_fd.c:932:28: expected restricted __be32 [addressable] [assigned] [usertype] s_addr
> > net/9p/trans_fd.c:932:28: got unsigned long
> >
> > Signed-off-by: Alexander Kapshuk <[email protected]>
>
> INADDR_ANY is 0 so this really is noop but sure, less warnings is always
> good. I'll take this one for 5.9.
> Thanks!
> --
> Dominique

Noted.
Thanks.