mbox series

[GIT,PULL] Add __init/__exit annotations OP-TEE driver for v6.2

Message ID Y3d4CHWl3Ofx5OrX@jade (mailing list archive)
State Accepted
Commit f5014dcd931fde4537c60b64d3f65b9b4380cba7
Headers show
Series [GIT,PULL] Add __init/__exit annotations OP-TEE driver for v6.2 | expand

Pull-request

https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-for-6.2

Message

Jens Wiklander Nov. 18, 2022, 12:18 p.m. UTC
Hello arm-soc maintainers,

Please pull this small patch which adds __init/__exit annotations to the
OP-TEE driver module.

Thanks,
Jens

The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f:

  Linux 6.0 (2022-10-02 14:09:07 -0700)

are available in the Git repository at:

  https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-for-6.2

for you to fetch changes up to bd52407221b4702af690456b2b6006fa6440e893:

  optee: Add __init/__exit annotations to module init/exit funcs (2022-10-11 11:20:16 +0200)

----------------------------------------------------------------
Add missing __init/__exit annotations to OP-TEE driver

----------------------------------------------------------------
Xiu Jianfeng (1):
      optee: Add __init/__exit annotations to module init/exit funcs

 drivers/tee/optee/core.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Nov. 21, 2022, 2:52 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 18 Nov 2022 13:18:16 +0100 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small patch which adds __init/__exit annotations to the
> OP-TEE driver module.
> 
> Thanks,
> Jens
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Add __init/__exit annotations OP-TEE driver for v6.2
    https://git.kernel.org/soc/soc/c/f5014dcd931f

You are awesome, thank you!