Re: [PATCH 2/3] drm/msm/dpu: Update the comment style

2022-02-10 Thread Abhinav Kumar
On 2/10/2022 3:41 AM, Vinod Koul wrote: The multi line comment style is wrongly used as kernel-doc comment. This gives a warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c:17: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel

Re: [PATCH 2/3] drm/msm/dpu: Update the comment style

2022-02-10 Thread Dmitry Baryshkov
On 10/02/2022 14:41, Vinod Koul wrote: The multi line comment style is wrongly used as kernel-doc comment. This gives a warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c:17: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc

[PATCH 2/3] drm/msm/dpu: Update the comment style

2022-02-10 Thread Vinod Koul
The multi line comment style is wrongly used as kernel-doc comment. This gives a warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c:17: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Update the style to fix this. Sign