aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorKamalesh Babulal <[email protected]>2008-04-05 13:00:57 +0000
committerHerbert Xu <[email protected]>2008-04-21 02:19:34 +0000
commit3af5b90bde5000abc739996cb03fd718e753d053 (patch)
tree579ab3154c56dfa49e83acb463f04daed8135988 /net/unix/af_unix.c
parent[CRYPTO] padlock-aes: Use generic setkey function (diff)
downloadkernel-3af5b90bde5000abc739996cb03fd718e753d053.tar.gz
kernel-3af5b90bde5000abc739996cb03fd718e753d053.zip
[CRYPTO] all: Clean up init()/fini()
On Thu, Mar 27, 2008 at 03:40:36PM +0100, Bodo Eggert wrote: > Kamalesh Babulal <[email protected]> wrote: > > > This patch cleanups the crypto code, replaces the init() and fini() > > with the <algorithm name>_init/_fini > > This part ist OK. > > > or init/fini_<algorithm name> (if the > > <algorithm name>_init/_fini exist) > > Having init_foo and foo_init won't be a good thing, will it? I'd start > confusing them. > > What about foo_modinit instead? Thanks for the suggestion, the init() is replaced with <algorithm name>_mod_init () and fini () is replaced with <algorithm name>_mod_fini. Signed-off-by: Kamalesh Babulal <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions