Re: [PATCH] asm-generic: avoid sparse {get,put}_unaligned warning

From: Al Viro
Date: Sat Jul 24 2021 - 13:05:56 EST


On Sat, Jul 24, 2021 at 06:24:29PM +0200, Sven Eckelmann wrote:

> The special attribute force must be used in such statements when the cast
> is known to be safe to avoid these warnings.

How about container_of(ptr, typeof(*__pptr), x) instead of a cast?
Would be easier to follow...