]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: cryptd - make cryptd_max_cpu_qlen module parameter static
authorColin Ian King <colin.king@canonical.com>
Thu, 30 Nov 2017 11:26:14 +0000 (11:26 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 Dec 2017 11:36:58 +0000 (22:36 +1100)
commite6c11d43abba8281802fdcca26150d361aa3bc13
tree7ef94cc0609ac5bc32da6f4e6a107568110e4eec
parent7def3cc4cb2f5fb390b0cf0c3cc6ed583690547c
crypto: cryptd - make cryptd_max_cpu_qlen module parameter static

The cryptd_max_cpu_qlen module parameter is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
crypto/cryptd.c:35:14: warning: symbol 'cryptd_max_cpu_qlen' was not
declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/cryptd.c