projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dcfb80
)
UBIFS: kernel-doc warning fix
author
Fabian Frederick
<fabf@skynet.be>
Fri, 4 Jul 2014 20:02:50 +0000
(22:02 +0200)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Sat, 19 Jul 2014 06:53:52 +0000
(09:53 +0300)
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>
fs/ubifs/recovery.c
patch
|
blob
|
history
diff --git
a/fs/ubifs/recovery.c
b/fs/ubifs/recovery.c
index f13f3b5495636dd1baf822159b8d9f0bd0cf35af..c640938f62f0666cf8c4b2b0e3006ed01f5cd75d 100644
(file)
--- 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.