]> git.baikalelectronics.ru Git - kernel.git/commit
fscrypt: remove unnecessary extern keywords
authorEric Biggers <ebiggers@google.com>
Mon, 11 May 2020 19:13:58 +0000 (12:13 -0700)
committerEric Biggers <ebiggers@google.com>
Tue, 12 May 2020 23:37:17 +0000 (16:37 -0700)
commit09c9de6ad78334fa7202d3eeacbc322a97f2906b
treef54e046b5cefc87c72e71340d407587dcd4dee0f
parent00626cac412cc2ced269ae5418e974b55594c933
fscrypt: remove unnecessary extern keywords

Remove the unnecessary 'extern' keywords from function declarations.
This makes it so that we don't have a mix of both styles, so it won't be
ambiguous what to use in new fscrypt patches.  This also makes the code
shorter and matches the 'checkpatch --strict' expectation.

Link: https://lore.kernel.org/r/20200511191358.53096-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/crypto/fscrypt_private.h
include/linux/fscrypt.h