diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-08-12 22:45:53 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-13 20:09:49 -0700 |
commit | 7acd43296889a71ecf9c20498465f672e667a9ad (patch) | |
tree | 67679e4566a398f3ed6a7b366c3d0488a4df9061 /drivers/net/tap.c | |
parent | 5a7a8346498c02bbb0d6512c561f1dbfab0fcf62 (diff) | |
download | linux-7acd43296889a71ecf9c20498465f672e667a9ad.tar.bz2 |
virtio-net: make array guest_offloads static
The array guest_offloads is local to the source and does not need to
be in global scope, so make it static. Also tweak formatting.
Cleans up sparse warnings:
symbol 'guest_offloads' was not declared. Should it be static?
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tap.c')
0 files changed, 0 insertions, 0 deletions