[PATCH] staging: media: atomisp: fixed spaces to tabs

Thomas Andreatta posted 1 patch 9 months, 2 weeks ago
drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: media: atomisp: fixed spaces to tabs
Posted by Thomas Andreatta 9 months, 2 weeks ago
Removed spaces and substituted them with tabs.

Signed-off-by: Thomas Andreatta <thomas.andreatta2000@gmail.com>
---
 drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c b/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
index e176483df301..0d5e35845ed7 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
@@ -518,7 +518,7 @@ static int gmin_subdev_add(struct gmin_subdev *gs)
 
 	/*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
-- 
2.34.1
Re: [PATCH] staging: media: atomisp: fixed spaces to tabs
Posted by Hans de Goede 9 months, 2 weeks ago
Hi,

On 26-Apr-25 9:30 PM, Thomas Andreatta wrote:
> Removed spaces and substituted them with tabs.
> 
> Signed-off-by: Thomas Andreatta <thomas.andreatta2000@gmail.com>

Thank you for your patch.

I have merged this in my media-atomisp branch:
https://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git/log/?h=media-atomisp

And this patch will be included in my next
pull-request to Mauro (to media subsystem maintainer)

Regards,

Hans




> ---
>  drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c b/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
> index e176483df301..0d5e35845ed7 100644
> --- a/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
> +++ b/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
> @@ -518,7 +518,7 @@ static int gmin_subdev_add(struct gmin_subdev *gs)
>  
>  	/*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