drm/msm/adreno: clean up component ops indentation
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 3 Mar 2023 16:48:07 +0000 (17:48 +0100)
committerRob Clark <robdclark@chromium.org>
Mon, 20 Mar 2023 20:54:16 +0000 (13:54 -0700)
Clean up the component ops initialisers which were indented one level
too far.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/524973/
Link: https://lore.kernel.org/r/20230303164807.13124-5-johan+linaro@kernel.org
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/adreno_device.c

index 0a017caa19a10fddcad31270fc55083e47419e84..745f596827372f99300ab8454b27c6a60d49c04c 100644 (file)
@@ -575,8 +575,8 @@ static void adreno_unbind(struct device *dev, struct device *master,
 }
 
 static const struct component_ops a3xx_ops = {
-               .bind   = adreno_bind,
-               .unbind = adreno_unbind,
+       .bind   = adreno_bind,
+       .unbind = adreno_unbind,
 };
 
 static void adreno_device_register_headless(void)