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

arm64: Fix misspellings in comments.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

authored by

Adam Buchbinder and committed by
Catalin Marinas
ef769e32 cd1b76bb

+11 -11
+1 -1
arch/arm64/boot/dts/nvidia/tegra132.dtsi
··· 313 313 /* 314 314 * There are two serial driver i.e. 8250 based simple serial 315 315 * driver and APB DMA based serial driver for higher baudrate 316 - * and performace. To enable the 8250 based driver, the compatible 316 + * and performance. To enable the 8250 based driver, the compatible 317 317 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable 318 318 * the APB DMA based serial driver, the comptible is 319 319 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
+1 -1
arch/arm64/boot/dts/nvidia/tegra210.dtsi
··· 345 345 /* 346 346 * There are two serial driver i.e. 8250 based simple serial 347 347 * driver and APB DMA based serial driver for higher baudrate 348 - * and performace. To enable the 8250 based driver, the compatible 348 + * and performance. To enable the 8250 based driver, the compatible 349 349 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable 350 350 * the APB DMA based serial driver, the comptible is 351 351 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
+1 -1
arch/arm64/include/asm/ftrace.h
··· 48 48 * See kernel/trace/trace_syscalls.c 49 49 * 50 50 * x86 code says: 51 - * If the user realy wants these, then they should use the 51 + * If the user really wants these, then they should use the 52 52 * raw syscall tracepoints with filtering. 53 53 */ 54 54 #define ARCH_TRACE_IGNORE_COMPAT_SYSCALLS
+1 -1
arch/arm64/include/asm/kvm_arm.h
··· 61 61 62 62 /* 63 63 * The bits we set in HCR: 64 - * RW: 64bit by default, can be overriden for 32bit VMs 64 + * RW: 64bit by default, can be overridden for 32bit VMs 65 65 * TAC: Trap ACTLR 66 66 * TSC: Trap SMC 67 67 * TVM: Trap VM ops (until M+C set in SCTLR_EL1)
+2 -2
arch/arm64/include/asm/kvm_host.h
··· 99 99 TTBR1_EL1, /* Translation Table Base Register 1 */ 100 100 TCR_EL1, /* Translation Control Register */ 101 101 ESR_EL1, /* Exception Syndrome Register */ 102 - AFSR0_EL1, /* Auxilary Fault Status Register 0 */ 103 - AFSR1_EL1, /* Auxilary Fault Status Register 1 */ 102 + AFSR0_EL1, /* Auxiliary Fault Status Register 0 */ 103 + AFSR1_EL1, /* Auxiliary Fault Status Register 1 */ 104 104 FAR_EL1, /* Fault Address Register */ 105 105 MAIR_EL1, /* Memory Attribute Indirection Register */ 106 106 VBAR_EL1, /* Vector Base Address Register */
+1 -1
arch/arm64/kernel/fpsimd.c
··· 45 45 * been used to perform kernel mode NEON in the meantime. 46 46 * 47 47 * For (a), we add a 'cpu' field to struct fpsimd_state, which gets updated to 48 - * the id of the current CPU everytime the state is loaded onto a CPU. For (b), 48 + * the id of the current CPU every time the state is loaded onto a CPU. For (b), 49 49 * we add the per-cpu variable 'fpsimd_last_state' (below), which contains the 50 50 * address of the userland FPSIMD state of the task that was loaded onto the CPU 51 51 * the most recently, or NULL if kernel mode NEON has been performed after that.
+2 -2
arch/arm64/kernel/kgdb.c
··· 292 292 }; 293 293 294 294 /* 295 - * kgdb_arch_init - Perform any architecture specific initalization. 296 - * This function will handle the initalization of any architecture 295 + * kgdb_arch_init - Perform any architecture specific initialization. 296 + * This function will handle the initialization of any architecture 297 297 * specific callbacks. 298 298 */ 299 299 int kgdb_arch_init(void)
+1 -1
arch/arm64/kernel/signal32.c
··· 166 166 #ifdef BUS_MCEERR_AO 167 167 /* 168 168 * Other callers might not initialize the si_lsb field, 169 - * so check explicitely for the right codes here. 169 + * so check explicitly for the right codes here. 170 170 */ 171 171 if (from->si_signo == SIGBUS && 172 172 (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO))
+1 -1
arch/arm64/lib/memcmp.S
··· 211 211 .Lunequal_proc: 212 212 cbz diff, .Lremain8 213 213 214 - /*There is differnence occured in the latest comparison.*/ 214 + /* There is difference occurred in the latest comparison. */ 215 215 .Lnot_limit: 216 216 /* 217 217 * For little endian,reverse the low significant equal bits into MSB,then