commit | 7acd43296889a71ecf9c20498465f672e667a9ad | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Aug 12 22:45:53 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 13 20:09:49 2017 -0700 |
tree | 67679e4566a398f3ed6a7b366c3d0488a4df9061 | |
parent | 5a7a8346498c02bbb0d6512c561f1dbfab0fcf62 [diff] |
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>