diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-07-04 22:02:50 +0200 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-07-19 09:53:52 +0300 |
commit | ef13f01828a27e1ada6d9a337c0b940f327aeea3 (patch) | |
tree | 8ca2ec74c7ae253ade7177344d18216c56be1e6c /fs/ubifs/recovery.c | |
parent | 6dcfb80264be6f83240450428ead88cacadef2cd (diff) | |
download | linux-stable-ef13f01828a27e1ada6d9a337c0b940f327aeea3.tar.gz linux-stable-ef13f01828a27e1ada6d9a337c0b940f327aeea3.tar.bz2 linux-stable-ef13f01828a27e1ada6d9a337c0b940f327aeea3.zip |
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) * 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. |