2014-07-04 20:02:57

by Fabian Frédérick

[permalink] [raw]
Subject: [PATCH 1/1] UBIFS: kernel-doc warning fix

no grouped argument in drop_last_node.

Cc: Artem Bityutskiy <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: [email protected]
Signed-off-by: Fabian Frederick <[email protected]>
---
fs/ubifs/recovery.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/ubifs/recovery.c b/fs/ubifs/recovery.c
index c14adb2..e256296 100644
--- a/fs/ubifs/recovery.c
+++ b/fs/ubifs/recovery.c
@@ -596,7 +596,6 @@ static void drop_last_group(struct ubifs_scan_leb *sleb, int *offs)
* drop_last_node - drop the last node.
* @sleb: scanned LEB information
* @offs: offset of dropped nodes is returned here
- * @grouped: non-zero if whole group of nodes have to be dropped
*
* This is a helper function for 'ubifs_recover_leb()' which drops the last
* node of the scanned LEB.
--
1.9.1


2014-07-16 06:21:23

by Artem Bityutskiy

[permalink] [raw]
Subject: Re: [PATCH 1/1] UBIFS: kernel-doc warning fix

On Fri, 2014-07-04 at 22:02 +0200, Fabian Frederick wrote:
> no grouped argument in drop_last_node.
>
> Cc: Artem Bityutskiy <[email protected]>
> Cc: Adrian Hunter <[email protected]>
> Cc: Andrew Morton <[email protected]>
> Cc: [email protected]
> Signed-off-by: Fabian Frederick <[email protected]>

Applied to linux-ubifs.git, thanks!

--
Best Regards,
Artem Bityutskiy