Messages in this thread |  | | Date | Sun, 13 Aug 2017 20:11:13 -0700 (PDT) | Subject | Re: [PATCH] tap: make struct tap_fops static | From | David Miller <> |
| |
From: Colin King <colin.king@canonical.com> Date: Sat, 12 Aug 2017 22:52:31 +0100
> From: Colin Ian King <colin.king@canonical.com> > > The structure tap_fops is local to the source and does not need to > be in global scope, so make it static. > > Cleans up sparse warning: > symbol 'tap_fops' was not declared. Should it be static? > > Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied.
|  |