mvebu arm for 5.19 (part 1)

Fix typos in comment on orion5x files
 -----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQQYqXDMF3cvSLY+g9cLBhiOFHI71QUCYn5SVgAKCRALBhiOFHI7
 1ezAAJ4mRSzkm2ePE79BjbuTnt4SCfDmDQCeO9mY8+Q4NDvpsuqaZ28UGYJemws=
 =BMIE
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmJ+bB4ACgkQmmx57+YA
 GNnpOA//U7Ppg1Gepjzr/aQrnI6qP39uZ+loN9DImAh/gBj+z95Ekpz4+mT5AIrf
 qWVn9ZRYf5mG6LrJSiErsOMd0RASKsjlTvLDlkRoHcelBT1I746sbofmMoQ8urS6
 Z65rp7wPmM4ounwU3etaE+NAd+uCZ1Pef3U0dXEken3tkup6Y0MleeJ9ogMC/Clp
 VXTmy9o1y0Jzp2Vl8x/07j6MNNqbHO6vu7vOW6TLt3H8Zrs6nc7qvZN2Ym6R0Gk/
 Cgc55wgfbh4vxkQ9IcPL5EqkvPz1H/aEVlAhxLuuzhjf5NKfSDvdG0ETdhVGcfvq
 WCHhM/pr9ECaxjQJhCoYpP0gOwWzHUXC6BvJ5QXZ7pLjP1x+y8akuhKKHdRumcA7
 YDhCtOtMRjIjx9wCDaAfRO3W1SI2gWlHl1a0ypnVdiZIQ0bXcbtl2wArKcwCt0Cb
 TRmM7ZZWzkCJO60E9zwWmBAIsK4+divUJkOhv4j7sW6wyT9l73v8/WF0alfy6hnK
 oOHs7HxDQ9o/iSouDvI4lIgQRf57JTyURn0hhLdhbv8B/GmAeupY8x5YTyLiTEl6
 08Bk7V5rcI1AHboY0dXTZIG4hlQrPpE3Vk3IhQsMGpqPW5uoM4RbtDWLSd8zvavL
 HASDHtUIYSeWNfhK3EhIucZzfnpASk5K3yREv8CzWfti0hDZk6A=
 =djTL
 -----END PGP SIGNATURE-----

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>
This commit is contained in:
Arnd Bergmann 2022-05-13 16:33:02 +02:00
commit 426ecc5851

View File

@ -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);