c6x: Fix misspellings in comments.
authorAdam Buchbinder <adam.buchbinder@gmail.com>
Tue, 23 Feb 2016 23:28:52 +0000 (15:28 -0800)
committerJiri Kosina <jkosina@suse.cz>
Mon, 18 Apr 2016 10:45:53 +0000 (12:45 +0200)
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/c6x/include/asm/clock.h
arch/c6x/platforms/cache.c

index bcf42b2..e2f818a 100644 (file)
@@ -101,7 +101,7 @@ struct clk {
 #define CLK_PLL                        BIT(2) /* PLL-derived clock */
 #define PRE_PLL                        BIT(3) /* source is before PLL mult/div */
 #define FIXED_DIV_PLL          BIT(4) /* fixed divisor from PLL */
-#define FIXED_RATE_PLL         BIT(5) /* fixed ouput rate PLL */
+#define FIXED_RATE_PLL         BIT(5) /* fixed output rate PLL */
 
 #define MAX_PLL_SYSCLKS 16
 
index 46fd2d5..ec3c887 100644 (file)
@@ -145,7 +145,7 @@ loop:
                spin_lock_irqsave(&cache_lock, flags);
 
                /*
-                * If another cache operation is occuring
+                * If another cache operation is occurring
                 */
                if (unlikely(imcr_get(wc_reg))) {
                        spin_unlock_irqrestore(&cache_lock, flags);