public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next v2] chcr: Fix non static symbol warning
       [not found] <1471882278-25777-1-git-send-email-weiyj.lk@gmail.com>
@ 2016-08-26 14:21 ` Wei Yongjun
  2016-08-26 14:42   ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2016-08-26 14:21 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, Hariprasad Shenai, Atul Gupta
  Cc: Wei Yongjun, linux-crypto, netdev

From: Wei Yongjun <weiyongjun1@huawei.com>

Fixes the following sparse warning:

drivers/crypto/chelsio/chcr_algo.c:593:5: warning:
 symbol 'cxgb4_is_crypto_q_full' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
v1 -> v2: cc netdev maillist
---
 drivers/crypto/chelsio/chcr_algo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/chelsio/chcr_algo.c b/drivers/crypto/chelsio/chcr_algo.c
index ad8e353..e4ddb92 100644
--- a/drivers/crypto/chelsio/chcr_algo.c
+++ b/drivers/crypto/chelsio/chcr_algo.c
@@ -590,7 +590,7 @@ badkey_err:
 	return -EINVAL;
 }
 
-int cxgb4_is_crypto_q_full(struct net_device *dev, unsigned int idx)
+static int cxgb4_is_crypto_q_full(struct net_device *dev, unsigned int idx)
 {
 	int ret = 0;
 	struct sge_ofld_txq *q;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next v2] chcr: Fix non static symbol warning
  2016-08-26 14:21 ` [PATCH -next v2] chcr: Fix non static symbol warning Wei Yongjun
@ 2016-08-26 14:42   ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2016-08-26 14:42 UTC (permalink / raw)
  To: Wei Yongjun
  Cc: David S. Miller, Hariprasad Shenai, Atul Gupta, Wei Yongjun,
	linux-crypto, netdev

On Fri, Aug 26, 2016 at 02:21:08PM +0000, Wei Yongjun wrote:
> From: Wei Yongjun <weiyongjun1@huawei.com>
> 
> Fixes the following sparse warning:
> 
> drivers/crypto/chelsio/chcr_algo.c:593:5: warning:
>  symbol 'cxgb4_is_crypto_q_full' was not declared. Should it be static?
> 
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>

Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-26 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1471882278-25777-1-git-send-email-weiyj.lk@gmail.com>
2016-08-26 14:21 ` [PATCH -next v2] chcr: Fix non static symbol warning Wei Yongjun
2016-08-26 14:42   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox