Fix kernel-doc warning by adding missing @name parameter description for the name_contains_dotdot() function. Fixes the following warning: WARNING: ./include/linux/fs.h:3287 function parameter 'name' not described in 'name_contains_dotdot' Signed-off-by: Sunday Adelodun <adelodunolaoluwa@xxxxxxxxx> --- include/linux/fs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/fs.h b/include/linux/fs.h index d7ab4f96d705..48a726839e22 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -3281,6 +3281,7 @@ static inline bool is_dot_dotdot(const char *name, size_t len) /** * name_contains_dotdot - check if a file name contains ".." path components + *@name: the file name or path to check * * Search for ".." surrounded by either '/' or start/end of string. */ -- 2.43.0