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

alpha: fix spelling mistakes

Fix some spelling mistakes in comments:
delarations ==> declarations
softare ==> software
suffiently ==> sufficiently
requred ==> required
unaliged ==> unaligned

Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>

authored by

gushengxian and committed by
Matt Turner
fc520525 3e0c6d15

+6 -6
+1 -1
arch/alpha/boot/misc.c
··· 30 30 __attribute__ ((format (printf, 1, 2))); 31 31 32 32 /* 33 - * gzip delarations 33 + * gzip declarations 34 34 */ 35 35 #define OF(args) args 36 36 #define STATIC static
+2 -2
arch/alpha/kernel/osf_sys.c
··· 834 834 return -EFAULT; 835 835 state = &current_thread_info()->ieee_state; 836 836 837 - /* Update softare trap enable bits. */ 837 + /* Update software trap enable bits. */ 838 838 *state = (*state & ~IEEE_SW_MASK) | (swcr & IEEE_SW_MASK); 839 839 840 840 /* Update the real fpcr. */ ··· 854 854 state = &current_thread_info()->ieee_state; 855 855 exc &= IEEE_STATUS_MASK; 856 856 857 - /* Update softare trap enable bits. */ 857 + /* Update software trap enable bits. */ 858 858 swcr = (*state & IEEE_SW_MASK) | exc; 859 859 *state |= exc; 860 860
+1 -1
arch/alpha/kernel/perf_event.c
··· 574 574 * Check that CPU performance counters are supported. 575 575 * - currently support EV67 and later CPUs. 576 576 * - actually some later revisions of the EV6 have the same PMC model as the 577 - * EV67 but we don't do suffiently deep CPU detection to detect them. 577 + * EV67 but we don't do sufficiently deep CPU detection to detect them. 578 578 * Bad luck to the very few people who might have one, I guess. 579 579 */ 580 580 static int supported_cpu(void)
+1 -1
arch/alpha/kernel/sys_nautilus.c
··· 212 212 213 213 /* Use default IO. */ 214 214 pci_add_resource(&bridge->windows, &ioport_resource); 215 - /* Irongate PCI memory aperture, calculate requred size before 215 + /* Irongate PCI memory aperture, calculate required size before 216 216 setting it up. */ 217 217 pci_add_resource(&bridge->windows, &irongate_mem); 218 218
+1 -1
arch/alpha/kernel/traps.c
··· 730 730 long error; 731 731 732 732 /* Check the UAC bits to decide what the user wants us to do 733 - with the unaliged access. */ 733 + with the unaligned access. */ 734 734 735 735 if (!(current_thread_info()->status & TS_UAC_NOPRINT)) { 736 736 if (__ratelimit(&ratelimit)) {