staging: "sbe-2t3e3" Fix typos in sbe-2t3e3
authorJustin P. Mattock <justinmattock@gmail.com>
Mon, 4 Jun 2012 14:46:52 +0000 (07:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Jun 2012 17:38:16 +0000 (10:38 -0700)
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sbe-2t3e3/dc.c
drivers/staging/sbe-2t3e3/io.c

index 9dc4ec2109eb13effa559cc185f42354c9e60367..e897a43666203ce0a68d89063cb8d98b5a2c5db1 100644 (file)
@@ -81,7 +81,7 @@ void dc_init(struct channel *sc)
                SBE_2T3E3_21143_VAL_NUMBER_OF_RECEIVE_PACKETS;
        dc_write(sc->addr, SBE_2T3E3_21143_REG_GENERAL_PURPOSE_TIMER_AND_INTERRUPT_MITIGATION_CONTROL, val);
 
-       /* prepare descriptors and data for receive and transmit procecsses */
+       /* prepare descriptors and data for receive and transmit processes */
        if (dc_init_descriptor_list(sc) != 0)
                return;
 
index 9a50bcc59594c50eebca92b3bfa822bf774b9070..d2391cb23e642d767285c0d4c61f7ac1126fc545 100644 (file)
@@ -17,7 +17,7 @@
 /* All access to registers done via the 21143 on port 0 must be
  * protected via the card->bootrom_lock. */
 
-/* priviate define to be used here only - must be protected by card->bootrom_lock */
+/* private define to be used here only - must be protected by card->bootrom_lock */
 #define cpld_write_nolock(channel, reg, val)                   \
        bootrom_write((channel), CPLD_MAP_REG(reg, channel), val)
 
This page took 0.055316 seconds and 5 git commands to generate.