Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

c6x: Fix misspellings in comments.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Adam Buchbinder and committed by
Jiri Kosina
0398b95f e0b1c817

+2 -2
+1 -1
arch/c6x/include/asm/clock.h
··· 101 101 #define CLK_PLL BIT(2) /* PLL-derived clock */ 102 102 #define PRE_PLL BIT(3) /* source is before PLL mult/div */ 103 103 #define FIXED_DIV_PLL BIT(4) /* fixed divisor from PLL */ 104 - #define FIXED_RATE_PLL BIT(5) /* fixed ouput rate PLL */ 104 + #define FIXED_RATE_PLL BIT(5) /* fixed output rate PLL */ 105 105 106 106 #define MAX_PLL_SYSCLKS 16 107 107
+1 -1
arch/c6x/platforms/cache.c
··· 145 145 spin_lock_irqsave(&cache_lock, flags); 146 146 147 147 /* 148 - * If another cache operation is occuring 148 + * If another cache operation is occurring 149 149 */ 150 150 if (unlikely(imcr_get(wc_reg))) { 151 151 spin_unlock_irqrestore(&cache_lock, flags);