Skip to content

Commit 0046535

Browse files
cvam0000arndb
authored andcommitted
ARM: versatile: Fix typo in versatile.c
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>
1 parent 9572838 commit 0046535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-versatile/versatile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ static void __init versatile_dt_pci_init(void)
134134
val = readl(versatile_sys_base + VERSATILE_SYS_PCICTL_OFFSET);
135135
if (val & 1) {
136136
/*
137-
* Enable PCI accesses. Note that the documentaton is
137+
* Enable PCI accesses. Note that the documentation is
138138
* inconsistent whether or not this is needed, but the old
139139
* driver had it so we will keep it.
140140
*/

0 commit comments

Comments
 (0)