diff options
author | Paolo Abeni <pabeni@redhat.com> | 2017-07-21 19:49:45 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-25 00:17:01 +0300 |
commit | 864d9664245565a6b9df86a68c7664a25a4fcd58 (patch) | |
tree | bd4f88253d94a17bbe7e811fc2243ba56890cfaf /drivers/net/ethernet/stmicro | |
parent | 490198ea62b3beb56322e8b00d5d925d6afeb76d (diff) | |
download | linux-864d9664245565a6b9df86a68c7664a25a4fcd58.tar.xz |
net/socket: fix type in assignment and trim long line
The commit ffb07550c76f ("copy_msghdr_from_user(): get rid of
field-by-field copyin") introduce a new sparse warning:
net/socket.c:1919:27: warning: incorrect type in assignment (different address spaces)
net/socket.c:1919:27: expected void *msg_control
net/socket.c:1919:27: got void [noderef] <asn:1>*[addressable] msg_control
and a line above 80 chars, let's fix them
Fixes: ffb07550c76f ("copy_msghdr_from_user(): get rid of field-by-field copyin")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro')
0 files changed, 0 insertions, 0 deletions