diff mbox

[1/1] UBIFS: kernel-doc warning fix

Message ID 1404504170-519-1-git-send-email-fabf@skynet.be
State Accepted
Commit ef13f01828a27e1ada6d9a337c0b940f327aeea3
Headers show

Commit Message

Fabian Frederick July 4, 2014, 8:02 p.m. UTC
no grouped argument in drop_last_node.

Cc: Artem Bityutskiy <dedekind1@gmail.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 fs/ubifs/recovery.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Artem Bityutskiy July 16, 2014, 6:20 a.m. UTC | #1
On Fri, 2014-07-04 at 22:02 +0200, Fabian Frederick wrote:
> no grouped argument in drop_last_node.
> 
> Cc: Artem Bityutskiy <dedekind1@gmail.com>
> Cc: Adrian Hunter <adrian.hunter@intel.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: linux-mtd@lists.infradead.org
> Signed-off-by: Fabian Frederick <fabf@skynet.be>

Applied to linux-ubifs.git, thanks!
diff mbox

Patch

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.