Re: [PATCH v2 3/3] docs: submit-checklist: change to autonumbered lists

2024-03-03 Thread Akira Yokosawa
On Sun, 03 Mar 2024 08:55:51 -0700, Jonathan Corbet wrote: > Akira Yokosawa writes: > >>> -1) If you use a facility then #include the file that defines/declares >>> +#. If you use a facility then #include the file that defines/declares >>> that facility. Don't depend on other header files pu

Re: [PATCH v2 3/3] docs: submit-checklist: change to autonumbered lists

2024-03-03 Thread Randy Dunlap
On 3/3/24 07:55, Jonathan Corbet wrote: > Akira Yokosawa writes: > >>> -1) If you use a facility then #include the file that defines/declares >>> +#. If you use a facility then #include the file that defines/declares >>> that facility. Don't depend on other header files pulling in ones >>

Re: [PATCH v2 3/3] docs: submit-checklist: change to autonumbered lists

2024-03-03 Thread Jonathan Corbet
Akira Yokosawa writes: >> -1) If you use a facility then #include the file that defines/declares >> +#. If you use a facility then #include the file that defines/declares >> that facility. Don't depend on other header files pulling in ones >> that you use. > > Wait. This will render the

Re: [PATCH v2 3/3] docs: submit-checklist: change to autonumbered lists

2024-02-28 Thread Akira Yokosawa
Hi Lukas, I might be nitpicking too much, but let me go ahead... On Thu, 29 Feb 2024 04:07:43 +0100, Lukas Bulwahn wrote: > During review (see Link), Jani Nikula suggested to use autonumbered > lists instead of manually-maintained bullet numbering. > > Turn all lists into autonumbered lists. >

Re: [PATCH v2 3/3] docs: submit-checklist: change to autonumbered lists

2024-02-28 Thread Randy Dunlap
On 2/28/24 19:07, Lukas Bulwahn wrote: > During review (see Link), Jani Nikula suggested to use autonumbered > lists instead of manually-maintained bullet numbering. > > Turn all lists into autonumbered lists. > > Link: https://lore.kernel.org/linux-doc/87o7c3mlwb@intel.com/ > Signed-off-b