summaryrefslogtreecommitdiff
path: root/arch/mips/pic32
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-04-30 21:03:10 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-05-04 22:22:59 +0200
commit94bd83e45acdd72b81545ff25324a13bc5cae54e (patch)
tree3f5d2f5e98d180d44794feb43cb3f1d9418b8200 /arch/mips/pic32
parent7671f9674b474505de289b548206ef48b0f5ceac (diff)
MIPS: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/pic32')
-rw-r--r--arch/mips/pic32/pic32mzda/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pic32/pic32mzda/config.c b/arch/mips/pic32/pic32mzda/config.c
index 36afe1b5b9c7..f69532007717 100644
--- a/arch/mips/pic32/pic32mzda/config.c
+++ b/arch/mips/pic32/pic32mzda/config.c
@@ -111,7 +111,7 @@ void __init pic32_config_init(void)
pic32_reset_status = readl(pic32_conf_base + PIC32_RCON);
writel(-1, PIC32_CLR(pic32_conf_base + PIC32_RCON));
- /* Device Inforation */
+ /* Device Information */
pr_info("Device Id: 0x%08x, Device Ver: 0x%04x\n",
pic32_get_device_id(),
pic32_get_device_version());