Commit b30e223
ubifs: Fix some kernel-doc warnings in tnc.c
Fixes the following W=1 kernel build warning(s):
fs/ubifs/tnc.c:3479: warning: Excess function parameter 'inum' description in 'dbg_check_inode_size'
fs/ubifs/tnc.c:366: warning: Excess function parameter 'node' description in 'lnc_free'
@Inum in 'dbg_check_inode_size' should be @iNode, fix it.
@node in 'lnc_free' is not in use, Remove it.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>1 parent f279e5a commit b30e223
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
364 | 363 | | |
365 | 364 | | |
366 | 365 | | |
| |||
3466 | 3465 | | |
3467 | 3466 | | |
3468 | 3467 | | |
3469 | | - | |
| 3468 | + | |
3470 | 3469 | | |
3471 | 3470 | | |
3472 | 3471 | | |
| |||
0 commit comments