All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking.
@ 2021-09-30 17:03 Jonathan Cameron
  2021-10-01  2:08 ` William Breathitt Gray
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2021-09-30 17:03 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron, Kamel Bouhara, William Breathitt Gray

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(-)

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


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

* Re: [PATCH] counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking.
  2021-09-30 17:03 [PATCH] counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking Jonathan Cameron
@ 2021-10-01  2:08 ` William Breathitt Gray
  2021-10-02 16:10   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: William Breathitt Gray @ 2021-10-01  2:08 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio, Jonathan Cameron, Kamel Bouhara

[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]

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
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking.
  2021-10-01  2:08 ` William Breathitt Gray
@ 2021-10-02 16:10   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2021-10-02 16:10 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: linux-iio, Jonathan Cameron, Kamel Bouhara

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
> >   


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

end of thread, other threads:[~2021-10-02 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 17:03 [PATCH] counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking Jonathan Cameron
2021-10-01  2:08 ` William Breathitt Gray
2021-10-02 16:10   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.