]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: versatile: Fix typo in versatile.c
authorShivam Chaudhary <cvam0000@gmail.com>
Thu, 23 Oct 2025 22:32:58 +0000 (00:32 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Nov 2025 20:20:42 +0000 (21:20 +0100)
Corrected minor typo in versatile.c
- Fixed "documentaton" to "documentation"

Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20251023223258.3181274-1-linus.walleij@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-versatile/versatile.c

index 7ef03d0c224d579926309529fc483bcb0d8a49c7..f0c80d4663ca57223937c2b7ddea56945307c905 100644 (file)
@@ -134,7 +134,7 @@ static void __init versatile_dt_pci_init(void)
        val = readl(versatile_sys_base + VERSATILE_SYS_PCICTL_OFFSET);
        if (val & 1) {
                /*
-                * Enable PCI accesses. Note that the documentaton is
+                * Enable PCI accesses. Note that the documentation is
                 * inconsistent whether or not this is needed, but the old
                 * driver had it so we will keep it.
                 */