···313313 /*314314 * There are two serial driver i.e. 8250 based simple serial315315 * driver and APB DMA based serial driver for higher baudrate316316- * and performace. To enable the 8250 based driver, the compatible316316+ * and performance. To enable the 8250 based driver, the compatible317317 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable318318 * the APB DMA based serial driver, the comptible is319319 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
+1-1
arch/arm64/boot/dts/nvidia/tegra210.dtsi
···345345 /*346346 * There are two serial driver i.e. 8250 based simple serial347347 * driver and APB DMA based serial driver for higher baudrate348348- * and performace. To enable the 8250 based driver, the compatible348348+ * and performance. To enable the 8250 based driver, the compatible349349 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable350350 * the APB DMA based serial driver, the comptible is351351 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
+1-1
arch/arm64/include/asm/ftrace.h
···4848 * See kernel/trace/trace_syscalls.c4949 *5050 * x86 code says:5151- * If the user realy wants these, then they should use the5151+ * If the user really wants these, then they should use the5252 * raw syscall tracepoints with filtering.5353 */5454#define ARCH_TRACE_IGNORE_COMPAT_SYSCALLS
+1-1
arch/arm64/include/asm/kvm_arm.h
···61616262/*6363 * The bits we set in HCR:6464- * RW: 64bit by default, can be overriden for 32bit VMs6464+ * RW: 64bit by default, can be overridden for 32bit VMs6565 * TAC: Trap ACTLR6666 * TSC: Trap SMC6767 * TVM: Trap VM ops (until M+C set in SCTLR_EL1)
···4545 * been used to perform kernel mode NEON in the meantime.4646 *4747 * For (a), we add a 'cpu' field to struct fpsimd_state, which gets updated to4848- * the id of the current CPU everytime the state is loaded onto a CPU. For (b),4848+ * the id of the current CPU every time the state is loaded onto a CPU. For (b),4949 * we add the per-cpu variable 'fpsimd_last_state' (below), which contains the5050 * address of the userland FPSIMD state of the task that was loaded onto the CPU5151 * the most recently, or NULL if kernel mode NEON has been performed after that.
+2-2
arch/arm64/kernel/kgdb.c
···292292};293293294294/*295295- * kgdb_arch_init - Perform any architecture specific initalization.296296- * This function will handle the initalization of any architecture295295+ * kgdb_arch_init - Perform any architecture specific initialization.296296+ * This function will handle the initialization of any architecture297297 * specific callbacks.298298 */299299int kgdb_arch_init(void)
+1-1
arch/arm64/kernel/signal32.c
···166166#ifdef BUS_MCEERR_AO167167 /*168168 * Other callers might not initialize the si_lsb field,169169- * so check explicitely for the right codes here.169169+ * so check explicitly for the right codes here.170170 */171171 if (from->si_signo == SIGBUS &&172172 (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO))
+1-1
arch/arm64/lib/memcmp.S
···211211.Lunequal_proc:212212 cbz diff, .Lremain8213213214214-/*There is differnence occured in the latest comparison.*/214214+/* There is difference occurred in the latest comparison. */215215.Lnot_limit:216216/*217217* For little endian,reverse the low significant equal bits into MSB,then