Fix common misspellings
[deliverable/linux.git] / drivers / spi / dw_spi.c
index 22af77f98816c5116a1e138f59dc169d0e52ff71..b1a4b9f503ae06c1d7cef7eb0019c57c90453e24 100644 (file)
 #include <linux/highmem.h>
 #include <linux/delay.h>
 #include <linux/slab.h>
-
-#include <linux/spi/dw_spi.h>
 #include <linux/spi/spi.h>
 
+#include "dw_spi.h"
+
 #ifdef CONFIG_DEBUG_FS
 #include <linux/debugfs.h>
 #endif
@@ -345,7 +345,7 @@ static void int_error_stop(struct dw_spi *dws, const char *msg)
 
 void dw_spi_xfer_done(struct dw_spi *dws)
 {
-       /* Update total byte transfered return count actual bytes read */
+       /* Update total byte transferred return count actual bytes read */
        dws->cur_msg->actual_length += dws->len;
 
        /* Move to next transfer */
This page took 0.023467 seconds and 5 git commands to generate.