Re: [PATCH] ubifs: describe function parameters

From: Zhihao Cheng
Date: Wed Nov 08 2023 - 01:27:19 EST


在 2023/11/8 14:05, Sascha Hauer 写道:
With 16a26b20d2afd ("ubifs: authentication: Add hashes to index nodes")
insert_node() and insert_dent() got a new function parameter 'hash'. Add
a description for this new parameter.

Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202311051618.D7YUE1Rr-lkp@xxxxxxxxx/
---
fs/ubifs/replay.c | 2 ++
1 file changed, 2 insertions(+)

Reviewed-by: Zhihao Cheng <chengzhihao1@xxxxxxxxxx>