Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1495134

Re: [PATCH v3] net: hns: mark symbols static where possible

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH v3] net: hns: mark symbols static where possible
Date 2016-10-04 04:00 +0200
Message-ID <sonbr-4an-13@gated-at.bofh.it> (permalink)
References <snnGx-5EZ-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Baoyou Xie <baoyou.xie@linaro.org>
Date: Sat,  1 Oct 2016 16:15:26 +0800

> We get a few warnings when building kernel with W=1:
 ...
> In fact, these functions are only used in the file in which they are
> declared and don't need a declaration, but can be made static.
> So this patch marks these functions with 'static'.
> 
> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>

Still doesn't apply to net-next.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3] net: hns: mark symbols static where possible Baoyou Xie <baoyou.xie@linaro.org> - 2016-10-01 10:20 +0200
  Re: [PATCH v3] net: hns: mark symbols static where possible David Miller <davem@davemloft.net> - 2016-10-04 04:00 +0200
  Re: [PATCH v3] net: hns: mark symbols static where possible Arnd Bergmann <arnd@arndb.de> - 2016-10-04 09:50 +0200

csiph-web