Skip to content

Commit 0431de1

Browse files
JuliaLawallgclement
authored andcommitted
orion5x: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 3123109 commit 0431de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/mach-orion5x/dns323-setup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,12 +696,12 @@ static void __init dns323_init(void)
696696
pr_err("DNS-323: failed to setup power-off GPIO\n");
697697
pm_power_off = dns323c_power_off;
698698

699-
/* Now, -this- should theorically be done by the sata_mv driver
699+
/* Now, -this- should theoretically be done by the sata_mv driver
700700
* once I figure out what's going on there. Maybe the behaviour
701701
* of the LEDs should be somewhat passed via the platform_data.
702702
* for now, just whack the register and make the LEDs happy
703703
*
704-
* Note: AFAIK, rev B1 needs the same treatement but I'll let
704+
* Note: AFAIK, rev B1 needs the same treatment but I'll let
705705
* somebody else test it.
706706
*/
707707
writel(0x5, ORION5X_SATA_VIRT_BASE + 0x2c);

0 commit comments

Comments
 (0)