Re: [PATCH v2] Remove the parameter not described warning

2023-09-06 Thread Helen Koike
Hi Vinayak, Thanks for you patch On 06/09/2023 13:51, Vinayak Hegde wrote: I encountered a warning during kernel documentation compilation Usually we write the commit message in imperative mood, please check: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#describe-you

Re: [PATCH v2] Remove the parameter not described warning

2023-09-06 Thread Sumit Semwal
Hi Vinayak, On Wed, 6 Sept 2023 at 22:21, Vinayak Hegde wrote: > > 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 d

[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 --- include/uapi/linux