Re: [PATCH 3/3] drm: property: Improve four size determinations

2023-12-26 Thread Simon Ser
The whole series is: Reviewed-by: Simon Ser

[PATCH 3/3] drm: property: Improve four size determinations

2023-12-26 Thread Markus Elfring
From: Markus Elfring Date: Tue, 26 Dec 2023 09:45:36 +0100 Replace the specification of data structures by pointer dereferences as the parameter for the operator “sizeof” to make the corresponding size determination a bit safer according to the Linux coding style convention. This issue was detec