On 19.12.2023 12:05, Simone Ballarin wrote: > --- a/docs/misra/deviations.rst > +++ b/docs/misra/deviations.rst > @@ -248,6 +248,13 @@ Deviations related to MISRA C:2012 Rules: > If no bits are set, 0 is returned. > - Tagged as `safe` for ECLAIR. > > + * - R11.8 > + - Violations caused by container_of are due to pointer arithmetic > operations > + with the provided offset. The resulting pointer is then immediately > cast back to its > + original type, which preserves the qualifier. This use is deemed safe. > + Fixing this violation would require to increase code complexity and > lower readability. > + - Tagged as `safe` for ECLAIR. > +
Going forward can you please avoid adding trailing whitespace. "git am" doesn't really like that, and hence it requires extra steps to clean up. Jan
