Hello Krzysztof > -----Original Message----- > From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Sent: Tuesday, March 18, 2025 1:38 PM > To: Inki Dae <inki.dae@xxxxxxxxxxx>; Seung-Woo Kim > <sw0312.kim@xxxxxxxxxxx>; Kyungmin Park > <kyungmin.park@xxxxxxxxxxx>; David Airlie <airlied@xxxxxxxxx>; Simona > Vetter <simona@xxxxxxxx>; Krzysztof Kozlowski <krzk@xxxxxxxxxx>; Alim > Akhtar <alim.akhtar@xxxxxxxxxxx>; dri-devel@xxxxxxxxxxxxxxxxxxxxx; linux- > arm-kernel@xxxxxxxxxxxxxxxxxxx; linux-samsung-soc@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Subject: [PATCH] drm/exynos: exynos7_drm_decon: Consstify struct > decon_data > > static 'struct decon_data' is only read, so it can be const for code safety. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Alim Akhtar <alim.akhtar@xxxxxxxxxxx>