diff mbox series

counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking.

Message ID 20210930170347.101153-1-jic23@kernel.org (mailing list archive)
State Accepted
Headers show
Series counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking. | expand

Commit Message

Jonathan Cameron Sept. 30, 2021, 5:03 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Deals with
W=1 warning This comment starts with '/**', but isn't a kernel-doc comment.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Kamel Bouhara <kamel.bouhara@bootlin.com>
Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 drivers/counter/microchip-tcb-capture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

William Breathitt Gray Oct. 1, 2021, 2:08 a.m. UTC | #1
On Thu, Sep 30, 2021 at 06:03:47PM +0100, Jonathan Cameron wrote:
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> 
> Deals with
> W=1 warning This comment starts with '/**', but isn't a kernel-doc comment.
> 
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Cc: Kamel Bouhara <kamel.bouhara@bootlin.com>
> Cc: William Breathitt Gray <vilhelm.gray@gmail.com>

Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>

> ---
>  drivers/counter/microchip-tcb-capture.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/counter/microchip-tcb-capture.c b/drivers/counter/microchip-tcb-capture.c
> index 79e0c84a3b81..0ab1b2716784 100644
> --- a/drivers/counter/microchip-tcb-capture.c
> +++ b/drivers/counter/microchip-tcb-capture.c
> @@ -1,5 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0-only
> -/**
> +/*
>   * Copyright (C) 2020 Microchip
>   *
>   * Author: Kamel Bouhara <kamel.bouhara@bootlin.com>
> -- 
> 2.33.0
>
Jonathan Cameron Oct. 2, 2021, 4:10 p.m. UTC | #2
On Fri, 1 Oct 2021 11:08:02 +0900
William Breathitt Gray <vilhelm.gray@gmail.com> wrote:

> On Thu, Sep 30, 2021 at 06:03:47PM +0100, Jonathan Cameron wrote:
> > From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > 
> > Deals with
> > W=1 warning This comment starts with '/**', but isn't a kernel-doc comment.
> > 
> > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Cc: Kamel Bouhara <kamel.bouhara@bootlin.com>
> > Cc: William Breathitt Gray <vilhelm.gray@gmail.com>  
> 
> Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Applied.

Thanks,

Jonathan

> 
> > ---
> >  drivers/counter/microchip-tcb-capture.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/counter/microchip-tcb-capture.c b/drivers/counter/microchip-tcb-capture.c
> > index 79e0c84a3b81..0ab1b2716784 100644
> > --- a/drivers/counter/microchip-tcb-capture.c
> > +++ b/drivers/counter/microchip-tcb-capture.c
> > @@ -1,5 +1,5 @@
> >  // SPDX-License-Identifier: GPL-2.0-only
> > -/**
> > +/*
> >   * Copyright (C) 2020 Microchip
> >   *
> >   * Author: Kamel Bouhara <kamel.bouhara@bootlin.com>
> > -- 
> > 2.33.0
> >
diff mbox series

Patch

diff --git a/drivers/counter/microchip-tcb-capture.c b/drivers/counter/microchip-tcb-capture.c
index 79e0c84a3b81..0ab1b2716784 100644
--- a/drivers/counter/microchip-tcb-capture.c
+++ b/drivers/counter/microchip-tcb-capture.c
@@ -1,5 +1,5 @@ 
 // SPDX-License-Identifier: GPL-2.0-only
-/**
+/*
  * Copyright (C) 2020 Microchip
  *
  * Author: Kamel Bouhara <kamel.bouhara@bootlin.com>