public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3] media: Fix indentation to use TAB instead of spaces
       [not found] <MESSAGE_ID_OF_V2_EMAIL_OR_REVIEW>
@ 2025-04-07 12:36 ` Gabriel Shahrouzi
  2025-05-01 14:14   ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Shahrouzi @ 2025-04-07 12:36 UTC (permalink / raw)
  To: linux-media
  Cc: andy, hdegoede, mchehab, sakari.ailus, gregkh, linux-kernel,
	linux-staging, gshahrouzi

Replace spaces with TAB to comply with kernel coding style.

Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com>
---
Changes in v2:
	- Resend using git send-email to fix formatting issues in email body.
Changes in v3:
	- Use media prefix.
	- Capitalize tab to TAB.
---
 .../media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c b/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c
index ece5e3da34ee..127f12ba2214 100644
--- a/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c
+++ b/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c
@@ -114,7 +114,7 @@ configure_dma(
 }
 
 int ia_css_vf_configure(const struct ia_css_binary *binary,
-		        const struct ia_css_frame_info *out_info,
+			const struct ia_css_frame_info *out_info,
 			struct ia_css_frame_info *vf_info,
 			unsigned int *downscale_log2)
 {
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3] media: Fix indentation to use TAB instead of spaces
  2025-04-07 12:36 ` [PATCH v3] media: Fix indentation to use TAB instead of spaces Gabriel Shahrouzi
@ 2025-05-01 14:14   ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2025-05-01 14:14 UTC (permalink / raw)
  To: Gabriel Shahrouzi, linux-media
  Cc: andy, mchehab, sakari.ailus, gregkh, linux-kernel, linux-staging

Hi,

On 7-Apr-25 2:36 PM, Gabriel Shahrouzi wrote:
> Replace spaces with TAB to comply with kernel coding style.
> 
> Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com>
> ---
> Changes in v2:
> 	- Resend using git send-email to fix formatting issues in email body.
> Changes in v3:
> 	- Use media prefix.
> 	- Capitalize tab to TAB.

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




> ---
>  .../media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c b/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c
> index ece5e3da34ee..127f12ba2214 100644
> --- a/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c
> +++ b/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c
> @@ -114,7 +114,7 @@ configure_dma(
>  }
>  
>  int ia_css_vf_configure(const struct ia_css_binary *binary,
> -		        const struct ia_css_frame_info *out_info,
> +			const struct ia_css_frame_info *out_info,
>  			struct ia_css_frame_info *vf_info,
>  			unsigned int *downscale_log2)
>  {


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-01 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <MESSAGE_ID_OF_V2_EMAIL_OR_REVIEW>
2025-04-07 12:36 ` [PATCH v3] media: Fix indentation to use TAB instead of spaces Gabriel Shahrouzi
2025-05-01 14:14   ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox