linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: comedi: correct spelling mistakes of I/O port base address
@ 2020-12-23  2:26 chensong
  2020-12-23  8:06 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: chensong @ 2020-12-23  2:26 UTC (permalink / raw)
  To: greg, linux-kernel; +Cc: abbotti, hsweeten, chensong, chensong

"base" was double input in comment line "I/O port base
address", remove one of them.

Signed-off-by: chensong <chensong_2000@189.cn>
---
 drivers/staging/comedi/drivers/dt2815.c | 2 +-
 drivers/staging/comedi/drivers/dt2817.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/dt2815.c b/drivers/staging/comedi/drivers/dt2815.c
index 5906f32..2be2406 100644
--- a/drivers/staging/comedi/drivers/dt2815.c
+++ b/drivers/staging/comedi/drivers/dt2815.c
@@ -17,7 +17,7 @@
  * contrary, please update.
  *
  * Configuration options:
- * [0] - I/O port base base address
+ * [0] - I/O port base address
  * [1] - IRQ (unused)
  * [2] - Voltage unipolar/bipolar configuration
  *	0 == unipolar 5V  (0V -- +5V)
diff --git a/drivers/staging/comedi/drivers/dt2817.c b/drivers/staging/comedi/drivers/dt2817.c
index 7c1463e..a173394 100644
--- a/drivers/staging/comedi/drivers/dt2817.c
+++ b/drivers/staging/comedi/drivers/dt2817.c
@@ -21,7 +21,7 @@
  * with 32 channels, configurable in groups of 8.
  *
  * Configuration options:
- * [0] - I/O port base base address
+ * [0] - I/O port base address
  */
 
 #include <linux/module.h>
-- 
2.7.4


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

* Re: [PATCH] staging: comedi: correct spelling mistakes of I/O port base address
  2020-12-23  2:26 [PATCH] staging: comedi: correct spelling mistakes of I/O port base address chensong
@ 2020-12-23  8:06 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-12-23  8:06 UTC (permalink / raw)
  To: chensong; +Cc: linux-kernel, abbotti, hsweeten, chensong

On Wed, Dec 23, 2020 at 10:26:23AM +0800, chensong wrote:
> "base" was double input in comment line "I/O port base
> address", remove one of them.
> 
> Signed-off-by: chensong <chensong_2000@189.cn>
> ---
>  drivers/staging/comedi/drivers/dt2815.c | 2 +-
>  drivers/staging/comedi/drivers/dt2817.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/comedi/drivers/dt2815.c b/drivers/staging/comedi/drivers/dt2815.c
> index 5906f32..2be2406 100644
> --- a/drivers/staging/comedi/drivers/dt2815.c
> +++ b/drivers/staging/comedi/drivers/dt2815.c
> @@ -17,7 +17,7 @@
>   * contrary, please update.
>   *
>   * Configuration options:
> - * [0] - I/O port base base address
> + * [0] - I/O port base address
>   * [1] - IRQ (unused)
>   * [2] - Voltage unipolar/bipolar configuration
>   *	0 == unipolar 5V  (0V -- +5V)
> diff --git a/drivers/staging/comedi/drivers/dt2817.c b/drivers/staging/comedi/drivers/dt2817.c
> index 7c1463e..a173394 100644
> --- a/drivers/staging/comedi/drivers/dt2817.c
> +++ b/drivers/staging/comedi/drivers/dt2817.c
> @@ -21,7 +21,7 @@
>   * with 32 channels, configurable in groups of 8.
>   *
>   * Configuration options:
> - * [0] - I/O port base base address
> + * [0] - I/O port base address

I think the original is correct here.

thanks,

greg k-h

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

end of thread, other threads:[~2020-12-23  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23  2:26 [PATCH] staging: comedi: correct spelling mistakes of I/O port base address chensong
2020-12-23  8:06 ` Greg KH

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