]> git.baikalelectronics.ru Git - kernel.git/commit
nfc: annotate af_nfc_exit() as __exit
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Fri, 30 Jul 2021 14:41:57 +0000 (16:41 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 30 Jul 2021 15:22:51 +0000 (17:22 +0200)
commitdd989d81c06de5d3b38b7fbf65a9e062de3aee3b
treed52f0ab6c0be926d269b8f191f587ccf0ef8f911
parent5fb1d19e0d07f97547cc1f4c325052e858428750
nfc: annotate af_nfc_exit() as __exit

The af_nfc_exit() is used only in other __exit annotated context
(nfc_exit()).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/nfc/af_nfc.c