Messages in this thread |  | | Date | Sun, 13 Aug 2017 20:10:08 -0700 (PDT) | Subject | Re: [PATCH] virtio-net: make array guest_offloads static | From | David Miller <> |
| |
From: Colin King <colin.king@canonical.com> Date: Sat, 12 Aug 2017 22:45:53 +0100
> From: Colin Ian King <colin.king@canonical.com> > > 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>
Applied.
|  |