mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 301/301] Staging: comedi: 8255_pci & addi_apci_1500: fixed spelling issues
@ 2015-05-13 20:50 colincronin
  0 siblings, 0 replies; 3+ messages in thread
From: colincronin @ 2015-05-13 20:50 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, colinpatrickcronin

Fixed some spelling issues.

Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com>
---
 drivers/staging/comedi/drivers/8255_pci.c       | 2 +-
 drivers/staging/comedi/drivers/addi_apci_1500.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/comedi/drivers/8255_pci.c b/drivers/staging/comedi/drivers/8255_pci.c
index 9847642..291aed1 100644
--- a/drivers/staging/comedi/drivers/8255_pci.c
+++ b/drivers/staging/comedi/drivers/8255_pci.c
@@ -178,7 +178,7 @@ static const struct pci_8255_boardinfo pci_8255_boards[] = {
 	},
 };
 
-/* ripped from mite.h and mite_setup2() to avoid mite dependancy */
+/* ripped from mite.h and mite_setup2() to avoid mite dependency */
 #define MITE_IODWBSR	0xc0	 /* IO Device Window Base Size Register */
 #define WENAB		(1 << 7) /* window enable */
 
diff --git a/drivers/staging/comedi/drivers/addi_apci_1500.c b/drivers/staging/comedi/drivers/addi_apci_1500.c
index f15aa1f..3dd0179 100644
--- a/drivers/staging/comedi/drivers/addi_apci_1500.c
+++ b/drivers/staging/comedi/drivers/addi_apci_1500.c
@@ -249,8 +249,8 @@ static irqreturn_t apci1500_interrupt(int irq, void *d)
 	 *
 	 *    Mask     Meaning
 	 * ----------  ------------------------------------------
-	 * 0x00000001  Event 1 has occured
-	 * 0x00000010  Event 2 has occured
+	 * 0x00000001  Event 1 has occurred
+	 * 0x00000010  Event 2 has occurred
 	 * 0x00000100  Counter/timer 1 has run down (not implemented)
 	 * 0x00001000  Counter/timer 2 has run down (not implemented)
 	 * 0x00010000  Counter 3 has run down (not implemented)
-- 
1.9.1


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

* Re: [PATCH 301/301] Staging: comedi: 8255_pci & addi_apci_1500: fixed spelling issues
  2015-05-13 21:08 colincronin
@ 2015-05-13 22:48 ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-05-13 22:48 UTC (permalink / raw)
  To: colincronin; +Cc: devel, linux-kernel

On Wed, May 13, 2015 at 02:08:00PM -0700, colincronin wrote:
> Fixed some spelling issues.
> 
> Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com>
> ---
>  drivers/staging/comedi/drivers/8255_pci.c       | 2 +-
>  drivers/staging/comedi/drivers/addi_apci_1500.c | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Where are patches 001-300 in this series?

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

* [PATCH 301/301] Staging: comedi: 8255_pci & addi_apci_1500: fixed spelling issues
@ 2015-05-13 21:08 colincronin
  2015-05-13 22:48 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: colincronin @ 2015-05-13 21:08 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, colinpatrickcronin

Fixed some spelling issues.

Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com>
---
 drivers/staging/comedi/drivers/8255_pci.c       | 2 +-
 drivers/staging/comedi/drivers/addi_apci_1500.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/comedi/drivers/8255_pci.c b/drivers/staging/comedi/drivers/8255_pci.c
index 9847642..291aed1 100644
--- a/drivers/staging/comedi/drivers/8255_pci.c
+++ b/drivers/staging/comedi/drivers/8255_pci.c
@@ -178,7 +178,7 @@ static const struct pci_8255_boardinfo pci_8255_boards[] = {
 	},
 };
 
-/* ripped from mite.h and mite_setup2() to avoid mite dependancy */
+/* ripped from mite.h and mite_setup2() to avoid mite dependency */
 #define MITE_IODWBSR	0xc0	 /* IO Device Window Base Size Register */
 #define WENAB		(1 << 7) /* window enable */
 
diff --git a/drivers/staging/comedi/drivers/addi_apci_1500.c b/drivers/staging/comedi/drivers/addi_apci_1500.c
index f15aa1f..3dd0179 100644
--- a/drivers/staging/comedi/drivers/addi_apci_1500.c
+++ b/drivers/staging/comedi/drivers/addi_apci_1500.c
@@ -249,8 +249,8 @@ static irqreturn_t apci1500_interrupt(int irq, void *d)
 	 *
 	 *    Mask     Meaning
 	 * ----------  ------------------------------------------
-	 * 0x00000001  Event 1 has occured
-	 * 0x00000010  Event 2 has occured
+	 * 0x00000001  Event 1 has occurred
+	 * 0x00000010  Event 2 has occurred
 	 * 0x00000100  Counter/timer 1 has run down (not implemented)
 	 * 0x00001000  Counter/timer 2 has run down (not implemented)
 	 * 0x00010000  Counter 3 has run down (not implemented)
-- 
1.9.1


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

end of thread, other threads:[~2015-05-13 22:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-13 20:50 [PATCH 301/301] Staging: comedi: 8255_pci & addi_apci_1500: fixed spelling issues colincronin
2015-05-13 21:08 colincronin
2015-05-13 22:48 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®