staging: dgnc: Fix typo in staging/dgnc
authorMasanari Iida <standby24x7@gmail.com>
Fri, 13 Sep 2013 15:46:31 +0000 (00:46 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Sep 2013 14:47:46 +0000 (07:47 -0700)
Correct spelling typo in comments

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_driver.h
drivers/staging/dgnc/dgnc_neo.c
drivers/staging/dgnc/dgnc_neo.h
drivers/staging/dgnc/dgnc_tty.c
drivers/staging/dgnc/digi.h

index d4a830b..3519b80 100644 (file)
@@ -45,7 +45,7 @@
 /*
  * Driver identification, error and debugging statments
  *
- * In theory, you can change all occurances of "digi" in the next
+ * In theory, you can change all occurrences of "digi" in the next
  * three lines, and the driver printk's will all automagically change.
  *
  * APR((fmt, args, ...));      Always prints message
index 9421c71..0e2a5e1 100644 (file)
@@ -1111,7 +1111,7 @@ static irqreturn_t neo_intr(int irq, void *voidbrd)
                         * Why would I check EVERY possibility of type of
                         * interrupt, when we know its TXRDY???
                         * Becuz for some reason, even tho we got triggered for TXRDY,
-                        * it seems to be occassionally wrong. Instead of TX, which
+                        * it seems to be occasionally wrong. Instead of TX, which
                         * it should be, I was getting things like RXDY too. Weird.
                         */
                        neo_parse_isr(brd, port);
index 7ec5710..1a4abb1 100644 (file)
@@ -47,7 +47,7 @@ struct neo_uart_struct {
        u8 fctr;                /* WR  FCTR - Feature Control Reg */
        u8 efr;         /* WR  EFR - Enhanced Function Reg */
        u8 tfifo;               /* WR  TXCNT/TXTRG - Transmit FIFO Reg */
-       u8 rfifo;               /* WR  RXCNT/RXTRG - Recieve  FIFO Reg */
+       u8 rfifo;               /* WR  RXCNT/RXTRG - Receive  FIFO Reg */
        u8 xoffchar1;   /* WR  XOFF 1 - XOff Character 1 Reg */
        u8 xoffchar2;   /* WR  XOFF 2 - XOff Character 2 Reg */
        u8 xonchar1;    /* WR  XON 1 - Xon Character 1 Reg */
index a0af01d..6906e98 100644 (file)
@@ -267,7 +267,7 @@ int dgnc_tty_register(struct dgnc_board *brd)
 
        /*
         * If we're doing transparent print, we have to do all of the above
-        * again, seperately so we don't get the LD confused about what major
+        * again, separately so we don't get the LD confused about what major
         * we are when we get into the dgnc_tty_open() routine.
         */
        brd->PrintDriver.magic = TTY_DRIVER_MAGIC;
@@ -286,7 +286,7 @@ int dgnc_tty_register(struct dgnc_board *brd)
 
        /*
         * The kernel wants space to store pointers to
-        * tty_struct's and termios's.  Must be seperate from
+        * tty_struct's and termios's.  Must be separated from
         * the Serial Driver so we don't get confused
         */
        brd->PrintDriver.ttys = kzalloc(brd->maxports * sizeof(struct tty_struct *), GFP_KERNEL);
index eb6e371..6a9adf6 100644 (file)
@@ -201,9 +201,9 @@ struct shrink_buf_struct {
        unsigned int    shrink_buf_vaddr;       /* Virtual address of board */
        unsigned int    shrink_buf_phys;        /* Physical address of board */
        unsigned int    shrink_buf_bseg;        /* Amount of board memory */
-       unsigned int    shrink_buf_hseg;        /* '186 Begining of Dual-Port */
+       unsigned int    shrink_buf_hseg;        /* '186 Beginning of Dual-Port */
 
-       unsigned int    shrink_buf_lseg;        /* '186 Begining of freed memory */
+       unsigned int    shrink_buf_lseg;        /* '186 Beginning of freed memory */
        unsigned int    shrink_buf_mseg;        /* Linear address from start of
                                                   dual-port were freed memory
                                                   begins, host viewpoint. */