Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737397 > unrolled thread
| Started by | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| First post | 2017-09-22 12:20 +0200 |
| Last post | 2017-09-22 12:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] crypto: aesni: make arrays aesni_simd_skciphers and aesni_simd_skciphers2 static Herbert Xu <herbert@gondor.apana.org.au> - 2017-09-22 12:20 +0200
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Date | 2017-09-22 12:20 +0200 |
| Subject | Re: [PATCH] crypto: aesni: make arrays aesni_simd_skciphers and aesni_simd_skciphers2 static |
| Message-ID | <ustdV-4TO-43@gated-at.bofh.it> |
On Sun, Aug 20, 2017 at 10:34:38PM +0100, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Arrays aesni_simd_skciphers and aesni_simd_skciphers2 are local to the > source and do not need to be in global scope, so make them static. > > Cleans up sparse warnings: > symbol 'aesni_simd_skciphers' was not declared. Should it be static? > symbol 'aesni_simd_skciphers2' was not declared. Should it be static? > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Patch applied. Thanks. -- 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
Back to top | Article view | linux.kernel
csiph-web