diff options
author | Julia Lawall <julia.lawall@lip6.fr> | 2016-10-01 22:53:11 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2016-10-02 22:55:02 +0200 |
commit | ec037dfcc064f5f81982c78e95bab783568ae35f (patch) | |
tree | 94f6b99bab92ed234480d528c12a6e93424b41de /fs/ubifs/replay.c | |
parent | 74e9c700bcb7529a0ab3f57d1125f4494ec97b3c (diff) | |
download | linux-ec037dfcc064f5f81982c78e95bab783568ae35f.tar.gz linux-ec037dfcc064f5f81982c78e95bab783568ae35f.tar.bz2 linux-ec037dfcc064f5f81982c78e95bab783568ae35f.zip |
UBIFS: improve function-level documentation
Fix various inconsistencies in the documentation associated with various
functions.
In the case of fs/ubifs/lprops.c, the second parameter of
ubifs_get_lp_stats was renamed from st to lst in commit 84abf972ccff
("UBIFS: add re-mount debugging checks")
In the case of fs/ubifs/lpt_commit.c, the excess variables have never
existed in the associated functions since the code was introduced into the
kernel.
The others appear to be straightforward typos.
Issues detected using Coccinelle (http://coccinelle.lip6.fr/)
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/replay.c')
-rw-r--r-- | fs/ubifs/replay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/replay.c b/fs/ubifs/replay.c index 3ca4540130b5..fb0f44cd1e28 100644 --- a/fs/ubifs/replay.c +++ b/fs/ubifs/replay.c @@ -267,7 +267,7 @@ static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) * replay_entries_cmp - compare 2 replay entries. * @priv: UBIFS file-system description object * @a: first replay entry - * @a: second replay entry + * @b: second replay entry * * This is a comparios function for 'list_sort()' which compares 2 replay * entries @a and @b by comparing their sequence numer. Returns %1 if @a has |