diff options
author | Arnd Bergmann | 2022-05-13 16:33:02 +0200 |
---|---|---|
committer | Arnd Bergmann | 2022-05-13 16:33:02 +0200 |
commit | 426ecc5851021519374542b0a954b2a9a3942d04 (patch) | |
tree | aa62a53d4fb77ecdb8b0d485d80fa8af59c5a73d /arch | |
parent | dc5d8bfa3a37d170769eefc90a89d600212d7bf7 (diff) | |
parent | 0431de14ae0868ccc5f36bfdf8e8d664bfd8ab53 (diff) |
Merge tag 'mvebu-arm-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/soc
mvebu arm for 5.19 (part 1)
Fix typos in comment on orion5x files
* tag 'mvebu-arm-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu:
orion5x: fix typos in comments
Link: https://lore.kernel.org/r/87o801r2ss.fsf@BL-laptop
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-orion5x/dns323-setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index 87cb47220e82..d69259b6b60d 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c @@ -696,12 +696,12 @@ static void __init dns323_init(void) pr_err("DNS-323: failed to setup power-off GPIO\n"); pm_power_off = dns323c_power_off; - /* Now, -this- should theorically be done by the sata_mv driver + /* Now, -this- should theoretically be done by the sata_mv driver * once I figure out what's going on there. Maybe the behaviour * of the LEDs should be somewhat passed via the platform_data. * for now, just whack the register and make the LEDs happy * - * Note: AFAIK, rev B1 needs the same treatement but I'll let + * Note: AFAIK, rev B1 needs the same treatment but I'll let * somebody else test it. */ writel(0x5, ORION5X_SATA_VIRT_BASE + 0x2c); |