diff options
| author | Pali Rohár <[email protected]> | 2022-02-16 11:18:45 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-02-17 14:17:07 +0100 |
| commit | 18ab060288784b137e18ee36ffb1cc94f30a5ec0 (patch) | |
| tree | 76ed7a884debe51225065c9b8042b66fa07ded0f | |
| parent | 65375d026a59a79ff2cabf6b4ee26752b8e3b5e3 (diff) | |
arm: mvebu: a37xx: Fix comment with name of the function
Function is named build_mem_map, not a3700_build_mem_map.
Signed-off-by: Pali Rohár <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Reviewed-by: Marek Behún <[email protected]>
| -rw-r--r-- | arch/arm/mach-mvebu/armada3700/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/armada3700/cpu.c b/arch/arm/mach-mvebu/armada3700/cpu.c index e9bdc181ef0..23492f49dae 100644 --- a/arch/arm/mach-mvebu/armada3700/cpu.c +++ b/arch/arm/mach-mvebu/armada3700/cpu.c @@ -63,7 +63,7 @@ static struct mm_region mvebu_mem_map[MAX_MEM_MAP_REGIONS] = { { /* * SRAM, MMIO regions - * Don't remove this, a3700_build_mem_map needs it. + * Don't remove this, build_mem_map needs it. */ .phys = SOC_REGS_PHY_BASE, .virt = SOC_REGS_PHY_BASE, |
