On Sat Apr 26 21:30:33 2025 +0200, Thomas Andreatta wrote:
> Fix indentation to use TAB instead of spaces.
> 
> Signed-off-by: Thomas Andreatta <thomasandreatta2...@gmail.com>
> Link: 
> https://lore.kernel.org/r/20250426193033.483124-1-thomas.andreatta2...@gmail.com
> Signed-off-by: Hans de Goede <hdego...@redhat.com>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org>

Patch committed.

Thanks,
Mauro Carvalho Chehab

 drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

diff --git a/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c 
b/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
index b4f2c785e6a6..5f59519ac8e2 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
@@ -473,9 +473,9 @@ static int gmin_subdev_add(struct gmin_subdev *gs)
 
        dev_info(dev, "%s: ACPI path is %pfw\n", __func__, dev_fwnode(dev));
 
-       /*WA:CHT requires XTAL clock as PLL is not stable.*/
+       /* WA:CHT requires XTAL clock as PLL is not stable. */
        gs->clock_src = gmin_get_var_int(dev, false, "ClkSrc",
-                                        VLV2_CLK_PLL_19P2MHZ);
+                                        VLV2_CLK_PLL_19P2MHZ);
 
        /*
         * Get ACPI _PR0 derived clock here already because it is used

Reply via email to