diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-07-04 16:02:50 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-07-19 02:53:52 -0400 |
commit | ef13f01828a27e1ada6d9a337c0b940f327aeea3 (patch) | |
tree | 8ca2ec74c7ae253ade7177344d18216c56be1e6c /fs/ubifs/recovery.c | |
parent | 6dcfb80264be6f83240450428ead88cacadef2cd (diff) |
UBIFS: kernel-doc warning fix
No grouped argument in drop_last_node.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'fs/ubifs/recovery.c')
-rw-r--r-- | fs/ubifs/recovery.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ubifs/recovery.c b/fs/ubifs/recovery.c index f13f3b549563..c640938f62f0 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) | |||
596 | * drop_last_node - drop the last node. | 596 | * drop_last_node - drop the last node. |
597 | * @sleb: scanned LEB information | 597 | * @sleb: scanned LEB information |
598 | * @offs: offset of dropped nodes is returned here | 598 | * @offs: offset of dropped nodes is returned here |
599 | * @grouped: non-zero if whole group of nodes have to be dropped | ||
600 | * | 599 | * |
601 | * This is a helper function for 'ubifs_recover_leb()' which drops the last | 600 | * This is a helper function for 'ubifs_recover_leb()' which drops the last |
602 | * node of the scanned LEB. | 601 | * node of the scanned LEB. |