Re: [XEN PATCH v5 16/17] CODING_STYLE: Add a section on header guards naming conventions

2024-07-24 Thread Stefano Stabellini
On Wed, 24 Jul 2024, Jan Beulich wrote: > On 24.07.2024 00:40, Stefano Stabellini wrote: > > On Tue, 23 Jul 2024, Jan Beulich wrote: > >> On 23.07.2024 10:15, Alessandro Zucchelli wrote: > >>> This section explains which format should be followed by header > >>> inclusion guards via a drop-down lis

Re: [XEN PATCH v5 16/17] CODING_STYLE: Add a section on header guards naming conventions

2024-07-23 Thread Jan Beulich
On 24.07.2024 00:40, Stefano Stabellini wrote: > On Tue, 23 Jul 2024, Jan Beulich wrote: >> On 23.07.2024 10:15, Alessandro Zucchelli wrote: >>> This section explains which format should be followed by header >>> inclusion guards via a drop-down list of rules. >>> >>> No functional change. >>> >>>

Re: [XEN PATCH v5 16/17] CODING_STYLE: Add a section on header guards naming conventions

2024-07-23 Thread Stefano Stabellini
On Tue, 23 Jul 2024, Jan Beulich wrote: > On 23.07.2024 10:15, Alessandro Zucchelli wrote: > > This section explains which format should be followed by header > > inclusion guards via a drop-down list of rules. > > > > No functional change. > > > > Signed-off-by: Alessandro Zucchelli > > As ind

Re: [XEN PATCH v5 16/17] CODING_STYLE: Add a section on header guards naming conventions

2024-07-23 Thread Jan Beulich
On 23.07.2024 10:15, Alessandro Zucchelli wrote: > This section explains which format should be followed by header > inclusion guards via a drop-down list of rules. > > No functional change. > > Signed-off-by: Alessandro Zucchelli As indicated in reply to v4, this wants (imo needs) to move to t

[XEN PATCH v5 16/17] CODING_STYLE: Add a section on header guards naming conventions

2024-07-23 Thread Alessandro Zucchelli
This section explains which format should be followed by header inclusion guards via a drop-down list of rules. No functional change. Signed-off-by: Alessandro Zucchelli --- Changes in v5: - edit inclusion guards naming conventions, according to feedback received --- CODING_STYLE | 21 ++