From: Fabian Frederick Date: Fri, 4 Jul 2014 20:02:50 +0000 (+0200) Subject: UBIFS: kernel-doc warning fix X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ef13f01828a27e1ada6d9a337c0b940f327aeea3;p=linux-beck.git UBIFS: kernel-doc warning fix No grouped argument in drop_last_node. Signed-off-by: Fabian Frederick Signed-off-by: Artem Bityutskiy --- 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.