[PATCH v2] Remove the parameter not described warning

2023-09-06 Thread Vinayak Hegde
I encountered a warning during kernel documentation compilation due to a missing colon in the documentation for the 'num_fences' variable in the sync_file.h header file. This change adds the missing colon to align with the documentation format. Signed-off-by: Vinayak Hegde --- in

[PATCH] Remove the parameter not described warning

2023-08-22 Thread Vinayak Hegde
Signed-off-by: Vinayak Hegde --- include/uapi/linux/sync_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/sync_file.h b/include/uapi/linux/sync_file.h index 7e42a5b7558b..ff0a931833e2 100644 --- a/include/uapi/linux/sync_file.h +++ b/include/uapi