2020-09-14 14:10:51

by Wang Hai

[permalink] [raw]
Subject: [PATCH -next 0/4] ubifs: Fix some kernel-doc warnings for ubifs

In the ubifs module, there are some kernel-doc warnings,
this series of patches can fix these warnings.

Wang Hai (4):
ubifs: Fix 'hash' kernel-doc warning in auth.c
ubifs: Fix some kernel-doc warnings in gc.c
ubifs: Fix some kernel-doc warnings in replay.c
ubifs: Fix some kernel-doc warnings in tnc.c

fs/ubifs/auth.c | 2 +-
fs/ubifs/gc.c | 4 ----
fs/ubifs/replay.c | 2 --
fs/ubifs/tnc.c | 3 +--
4 files changed, 2 insertions(+), 9 deletions(-)

--
2.17.1


2020-09-17 21:03:30

by Richard Weinberger

[permalink] [raw]
Subject: Re: [PATCH -next 0/4] ubifs: Fix some kernel-doc warnings for ubifs

On Mon, Sep 14, 2020 at 4:06 PM Wang Hai <[email protected]> wrote:
>
> In the ubifs module, there are some kernel-doc warnings,
> this series of patches can fix these warnings.
>
> Wang Hai (4):
> ubifs: Fix 'hash' kernel-doc warning in auth.c
> ubifs: Fix some kernel-doc warnings in gc.c
> ubifs: Fix some kernel-doc warnings in replay.c
> ubifs: Fix some kernel-doc warnings in tnc.c

Applied to next, thanks!

--
Thanks,
//richard