mirror of
https://github.com/torvalds/linux.git
synced 2026-09-13 15:40:03 +02:00
ubifs: key.h: use correct function parameter name
Use @hash as the function parameter name to prevent kernel-doc warnings: Warning: fs/ubifs/key.h:42 function parameter 'hash' not described in 'key_mask_hash' Warning: fs/ubifs/key.h:42 Excess function parameter 'val' description in 'key_mask_hash' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
f06711486c
commit
abd6591fb5
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
/**
|
||||
* key_mask_hash - mask a valid hash value.
|
||||
* @val: value to be masked
|
||||
* @hash: value to be masked
|
||||
*
|
||||
* We use hash values as offset in directories, so values %0 and %1 are
|
||||
* reserved for "." and "..". %2 is reserved for "end of readdir" marker. This
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user