Hi Stefano,
> On Sep 28, 2023, at 07:53, Stefano Stabellini wrote:
>
> Actually adding Henry
>
> On Wed, 27 Sep 2023, Stefano Stabellini wrote:
>> Hi Henry,
>>
>> This patch is now acked. Should it go in 4.18?
Sure, a doc change should be harmless so:
Release-acked-by: Henry Wang
Kind rega
Actually adding Henry
On Wed, 27 Sep 2023, Stefano Stabellini wrote:
> Hi Henry,
>
> This patch is now acked. Should it go in 4.18?
>
> In terms of risk of breaking, it is zero as nothing builds or runs based
> on this document.
>
> At the same time, the benefit is also low because the main val
Hi Henry,
This patch is now acked. Should it go in 4.18?
In terms of risk of breaking, it is zero as nothing builds or runs based
on this document.
At the same time, the benefit is also low because the main value of this
document is for future coding changes that would be too late now for
4.18.
Hi Stefano,
> On 8 Sep 2023, at 22:27, Stefano Stabellini wrote:
>
> From: Stefano Stabellini
>
> Add 14.3, with project-wide deviations.
>
> Also take the opportunity to clarify that parameters of function pointer
> types are expected to have names (Rule 8.2).
>
> Signed-off-by: Stefano Sta
On 08.09.2023 22:27, Stefano Stabellini wrote:
> From: Stefano Stabellini
>
> Add 14.3, with project-wide deviations.
>
> Also take the opportunity to clarify that parameters of function pointer
> types are expected to have names (Rule 8.2).
>
> Signed-off-by: Stefano Stabellini
I'm not overl
From: Stefano Stabellini
Add 14.3, with project-wide deviations.
Also take the opportunity to clarify that parameters of function pointer
types are expected to have names (Rule 8.2).
Signed-off-by: Stefano Stabellini
---
Changes in v3:
- add ,
- add switch(sizeof(...)) and switch(offsetof(...)