mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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>
This commit is contained in:
committed by
Arnd Bergmann
parent
9572838be3
commit
00465358f4
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user