浏览代码

Merge tag 'socfpga_updates_for_v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/fixes-non-critical

Pull "SoCFPGA update for v4.10" from Dinh Nguyen:

- Fixup spelling error

* tag 'socfpga_updates_for_v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
  ARM: socfpga: fix spelling mistake in error message
Arnd Bergmann 8 年之前
父节点
当前提交
44b736d0a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-socfpga/l2_cache.c

+ 1 - 1
arch/arm/mach-socfpga/l2_cache.c

@@ -74,7 +74,7 @@ void socfpga_init_arria10_l2_ecc(void)
 	}
 	}
 
 
 	if (!sys_manager_base_addr) {
 	if (!sys_manager_base_addr) {
-		pr_err("System Mananger not mapped for L2 ECC\n");
+		pr_err("System Manager not mapped for L2 ECC\n");
 		goto exit;
 		goto exit;
 	}
 	}
 	/* Clear any pending IRQs */
 	/* Clear any pending IRQs */