Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1710621
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] tap: make struct tap_fops static |
| Date | 2017-08-14 05:20 +0200 |
| Message-ID | <uee54-7hJ-9@gated-at.bofh.it> (permalink) |
| References | <udMBQ-6rM-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] tap: make struct tap_fops static Colin King <colin.king@canonical.com> - 2017-08-13 00:00 +0200 Re: [PATCH] tap: make struct tap_fops static David Miller <davem@davemloft.net> - 2017-08-14 05:20 +0200
csiph-web