Files
linux-stable-mirror/include/linux
Mark Brown c67bb84434 regulator: Use container_of_const() when all types are
Merge series from Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>:

Use container_of_const(), which is preferred over container_of(), when
the argument 'ptr' and returned pointer are already const, for better
code safety and readability.

Some drivers already have const everywhere, so container_of_const can be
directly used. In few other drivers, the final pointer can be constified
that way.
2025-11-26 21:21:57 +00:00
..
2025-11-14 08:56:49 -08:00
2025-10-01 07:55:42 -05:00
2025-10-03 10:24:14 -07:00
2025-11-17 10:15:32 +01:00
2025-10-01 07:24:55 -04:00