Re: [PATCH] crypto: zip: make several functions static

2018-07-01 Thread Jan Glauber
Hi Colin, I've already posted a similar patch: https://patchwork.kernel.org/patch/10482283/ --Jan On Sat, Jun 30, 2018 at 12:30:49PM +0100, Colin King wrote: > From: Colin Ian King > > The functions zip_ctx_exit, zip_compress, zip_decompress and zip_ctx_init > are local to the source and do no

[PATCH] crypto: zip: make several functions static

2018-06-30 Thread Colin King
From: Colin Ian King The functions zip_ctx_exit, zip_compress, zip_decompress and zip_ctx_init are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings: symbol 'zip_ctx_exit' was not declared. Should it be static? symbol 'zip_compress' was not