Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1692479
| From | Tudor Ambarus <tudor.ambarus@microchip.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Crypto: atmel-ecc: Make a couple of local functions static |
| Date | 2017-07-20 09:10 +0200 |
| Message-ID | <u5dKW-3TR-1@gated-at.bofh.it> (permalink) |
| References | <u4TsR-6zb-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 07/19/2017 12:24 PM, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Functions atmel_ecc_i2c_client_alloc and atmel_ecc_i2c_client_free are > local to the source and no not need to be in the global scope. Make > them static. > > Cleans up sparse warnings: > symbol 'atmel_ecc_i2c_client_alloc' was not declared. Should it be static? > symbol 'atmel_ecc_i2c_client_free' was not declared. Should it be static? > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Tudor Ambarus <tudor.ambarus@microchip.com> Thanks, ta
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] Crypto: atmel-ecc: Make a couple of local functions static Colin King <colin.king@canonical.com> - 2017-07-19 11:30 +0200 Re: [PATCH] Crypto: atmel-ecc: Make a couple of local functions static Tudor Ambarus <tudor.ambarus@microchip.com> - 2017-07-20 09:10 +0200
csiph-web