Re: [PATCH v2 1/1] docs: Fix kernel-doc indentation errors

2025-07-21 Thread Felipe Hernandez
On Mon, Jul 21, 2025 at 3:48 AM Vincent Mailhol wrote: > > On 21/07/2025 at 00:24, Luis Felipe Hernandez wrote: > > Fix kernel-doc issues that reported Unexpected indentation errors > > durring documentation build (make htmldocs) in CAN, I3C and GPU drivers. > ^^^ > during > > > Convert form

Re: [PATCH v2 1/1] docs: Fix kernel-doc indentation errors

2025-07-21 Thread Vincent Mailhol
On 21/07/2025 at 00:24, Luis Felipe Hernandez wrote: > Fix kernel-doc issues that reported Unexpected indentation errors > durring documentation build (make htmldocs) in CAN, I3C and GPU drivers. ^^^ during > Convert formatting to proper ReST list syntax to resolve warning. > > Changes sinc

Re: [PATCH v2 1/1] docs: Fix kernel-doc indentation errors

2025-07-20 Thread Felipe Hernandez
On Sun, Jul 20, 2025 at 3:03 PM Randy Dunlap wrote: > > + Bagas > > On 7/20/25 8:24 AM, Luis Felipe Hernandez wrote: > > Fix kernel-doc issues that reported Unexpected indentation errors > > durring documentation build (make htmldocs) in CAN, I3C and GPU drivers. > > > > Convert formatting to prop

Re: [PATCH v2 1/1] docs: Fix kernel-doc indentation errors

2025-07-20 Thread Randy Dunlap
+ Bagas On 7/20/25 8:24 AM, Luis Felipe Hernandez wrote: > Fix kernel-doc issues that reported Unexpected indentation errors > durring documentation build (make htmldocs) in CAN, I3C and GPU drivers. > > Convert formatting to proper ReST list syntax to resolve warning. > > Changes since v1: > -

[PATCH v2 1/1] docs: Fix kernel-doc indentation errors

2025-07-20 Thread Luis Felipe Hernandez
Fix kernel-doc issues that reported Unexpected indentation errors durring documentation build (make htmldocs) in CAN, I3C and GPU drivers. Convert formatting to proper ReST list syntax to resolve warning. Changes since v1: - Convert return value descriptions to proper ReST format - Fix code block