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
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
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