diff options
| author | Shen Lichuan <shenlichuan@vivo.com> | 2024-09-30 10:32:34 +0800 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-11-15 00:32:29 +1100 |
| commit | e9d3270007b13acd34de4256970ffe457efc6c65 (patch) | |
| tree | 2830fcc20c703f6c42a09d2b84ee51228f8a3915 /drivers/ps3/sys-manager-core.c | |
| parent | 83b5a407fbb73e6965adfb4bd0a803724bf87f96 (diff) | |
ps3: Correct some typos in comments
Fixed some typos that were currently identified with codespell, the
details are as follows:
drivers/ps3/ps3-lpm.c:94: rigths ==> rights
drivers/ps3/ps3-sys-manager.c:365: acnowledge ==> acknowledge
drivers/ps3/ps3-vuart.c:470: remaning ==> remaining
drivers/ps3/ps3-vuart.c:471: transmision ==> transmission
drivers/ps3/sys-manager-core.c:15: Staticly ==> Statically
Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Acked-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20240930023234.7457-1-shenlichuan@vivo.com
Diffstat (limited to 'drivers/ps3/sys-manager-core.c')
| -rw-r--r-- | drivers/ps3/sys-manager-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ps3/sys-manager-core.c b/drivers/ps3/sys-manager-core.c index e061b7d0632b..f50032ad9702 100644 --- a/drivers/ps3/sys-manager-core.c +++ b/drivers/ps3/sys-manager-core.c @@ -12,7 +12,7 @@ #include <asm/ps3.h> /** - * Staticly linked routines that allow late binding of a loaded sys-manager + * Statically linked routines that allow late binding of a loaded sys-manager * module. */ |
