linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [v2] staging: media: atomisp: Align block comments
@ 2021-05-18 11:29 Wan Jiabing
  2021-05-26 21:44 ` Sakari Ailus
  0 siblings, 1 reply; 2+ messages in thread
From: Wan Jiabing @ 2021-05-18 11:29 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Sakari Ailus, Greg Kroah-Hartman,
	Jiabing Wan, Wan Jiabing, linux-media, linux-staging,
	linux-kernel

From: Jiabing Wan <kael_w@yeah.net>

Fixing the following checkpatch warning:
WARNING: Block comments should align the * on each line

Signed-off-by: Jiabing Wan <kael_w@yeah.net>
---
Changelog:
v2:
- Fix the author style in patch.
---
 .../atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h b/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h
index be3534e46c15..9b22f2da45d5 100644
--- a/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h
+++ b/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h
@@ -17,8 +17,8 @@
 #define __IA_CSS_ANR_TYPES_H
 
 /* @file
-* CSS-API header file for Advanced Noise Reduction kernel v1
-*/
+ * CSS-API header file for Advanced Noise Reduction kernel v1
+ */
 
 /* Application specific DMA settings  */
 #define ANR_BPP                 10
-- 
2.20.1


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

* Re: [PATCH] [v2] staging: media: atomisp: Align block comments
  2021-05-18 11:29 [PATCH] [v2] staging: media: atomisp: Align block comments Wan Jiabing
@ 2021-05-26 21:44 ` Sakari Ailus
  0 siblings, 0 replies; 2+ messages in thread
From: Sakari Ailus @ 2021-05-26 21:44 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: Mauro Carvalho Chehab, Greg Kroah-Hartman, Jiabing Wan,
	linux-media, linux-staging, linux-kernel

Hi Jiabing,

On Tue, May 18, 2021 at 07:29:35PM +0800, Wan Jiabing wrote:
> From: Jiabing Wan <kael_w@yeah.net>
> 
> Fixing the following checkpatch warning:
> WARNING: Block comments should align the * on each line
> 
> Signed-off-by: Jiabing Wan <kael_w@yeah.net>
> ---
> Changelog:
> v2:
> - Fix the author style in patch.
> ---
>  .../atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h    | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h b/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h
> index be3534e46c15..9b22f2da45d5 100644
> --- a/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h
> +++ b/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h
> @@ -17,8 +17,8 @@
>  #define __IA_CSS_ANR_TYPES_H
>  
>  /* @file

Could you fix the first line, too, i.e.:

/*
 * ...

> -* CSS-API header file for Advanced Noise Reduction kernel v1
> -*/
> + * CSS-API header file for Advanced Noise Reduction kernel v1
> + */
>  
>  /* Application specific DMA settings  */
>  #define ANR_BPP                 10

-- 
Kind regards,

Sakari Ailus

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

end of thread, other threads:[~2021-05-26 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 11:29 [PATCH] [v2] staging: media: atomisp: Align block comments Wan Jiabing
2021-05-26 21:44 ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).