All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: typec: fix non-kernel-doc comments
@ 2020-01-08  6:24 Randy Dunlap
  2020-01-08 11:10 ` Heikki Krogerus
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-01-08  6:24 UTC (permalink / raw)
  To: USB list, Greg Kroah-Hartman, Heikki Krogerus

From: Randy Dunlap <rdunlap@infradead.org>

Use "/*" for non-kernel-doc comments instead of "/**", which is
intended to be used only for kernel-doc notation.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/usb/typec/bus.c |    2 +-
 drivers/usb/typec/mux.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- lnx-55-rc5.orig/drivers/usb/typec/bus.c
+++ lnx-55-rc5/drivers/usb/typec/bus.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
-/**
+/*
  * Bus for USB Type-C Alternate Modes
  *
  * Copyright (C) 2018 Intel Corporation
--- lnx-55-rc5.orig/drivers/usb/typec/mux.c
+++ lnx-55-rc5/drivers/usb/typec/mux.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
-/**
+/*
  * USB Type-C Multiplexer/DeMultiplexer Switch support
  *
  * Copyright (C) 2018 Intel Corporation


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

* Re: [PATCH] usb: typec: fix non-kernel-doc comments
  2020-01-08  6:24 [PATCH] usb: typec: fix non-kernel-doc comments Randy Dunlap
@ 2020-01-08 11:10 ` Heikki Krogerus
  0 siblings, 0 replies; 2+ messages in thread
From: Heikki Krogerus @ 2020-01-08 11:10 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: USB list, Greg Kroah-Hartman

On Tue, Jan 07, 2020 at 10:24:50PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Use "/*" for non-kernel-doc comments instead of "/**", which is
> intended to be used only for kernel-doc notation.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

OK by me.

Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>

> ---
>  drivers/usb/typec/bus.c |    2 +-
>  drivers/usb/typec/mux.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> --- lnx-55-rc5.orig/drivers/usb/typec/bus.c
> +++ lnx-55-rc5/drivers/usb/typec/bus.c
> @@ -1,5 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0
> -/**
> +/*
>   * Bus for USB Type-C Alternate Modes
>   *
>   * Copyright (C) 2018 Intel Corporation
> --- lnx-55-rc5.orig/drivers/usb/typec/mux.c
> +++ lnx-55-rc5/drivers/usb/typec/mux.c
> @@ -1,5 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0
> -/**
> +/*
>   * USB Type-C Multiplexer/DeMultiplexer Switch support
>   *
>   * Copyright (C) 2018 Intel Corporation

thanks,

-- 
heikki

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

end of thread, other threads:[~2020-01-08 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08  6:24 [PATCH] usb: typec: fix non-kernel-doc comments Randy Dunlap
2020-01-08 11:10 ` Heikki Krogerus

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.