Skip to content

Commit e9d3270

Browse files
Shen Lichuanmpe
authored andcommitted
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 <[email protected]> Acked-by: Geoff Levand <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 83b5a40 commit e9d3270

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

drivers/ps3/ps3-lpm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ struct ps3_lpm_shadow_regs {
9191
* struct ps3_lpm_priv - Private lpm device data.
9292
*
9393
* @open: An atomic variable indicating the lpm driver has been opened.
94-
* @rights: The lpm rigths granted by the system policy module. A logical
94+
* @rights: The lpm rights granted by the system policy module. A logical
9595
* OR of enum ps3_lpm_rights.
9696
* @node_id: The node id of a BE processor whose performance monitor this
9797
* lpar has the right to use.

drivers/ps3/ps3-sys-manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ static int ps3_sys_manager_send_request_shutdown(
362362
* ps3_sys_manager_send_response - Send a 'response' to the system manager.
363363
* @status: zero = success, others fail.
364364
*
365-
* The guest sends this message to the system manager to acnowledge success or
365+
* The guest sends this message to the system manager to acknowledge success or
366366
* failure of a command sent by the system manager.
367367
*/
368368

drivers/ps3/ps3-vuart.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ struct list_buffer {
467467
*
468468
* If the port is idle on entry as much of the incoming data is written to
469469
* the port as the port will accept. Otherwise a list buffer is created
470-
* and any remaning incoming data is copied to that buffer. The buffer is
471-
* then enqueued for transmision via the transmit interrupt.
470+
* and any remaining incoming data is copied to that buffer. The buffer is
471+
* then enqueued for transmission via the transmit interrupt.
472472
*/
473473

474474
int ps3_vuart_write(struct ps3_system_bus_device *dev, const void *buf,

drivers/ps3/sys-manager-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <asm/ps3.h>
1313

1414
/**
15-
* Staticly linked routines that allow late binding of a loaded sys-manager
15+
* Statically linked routines that allow late binding of a loaded sys-manager
1616
* module.
1717
*/
1818

0 commit comments

Comments
 (0)