Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Shen Lichuan and committed by
Michael Ellerman
e9d32700 83b5a407

+5 -5
+1 -1
drivers/ps3/ps3-lpm.c
··· 91 91 * struct ps3_lpm_priv - Private lpm device data. 92 92 * 93 93 * @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 95 95 * OR of enum ps3_lpm_rights. 96 96 * @node_id: The node id of a BE processor whose performance monitor this 97 97 * lpar has the right to use.
+1 -1
drivers/ps3/ps3-sys-manager.c
··· 362 362 * ps3_sys_manager_send_response - Send a 'response' to the system manager. 363 363 * @status: zero = success, others fail. 364 364 * 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 366 366 * failure of a command sent by the system manager. 367 367 */ 368 368
+2 -2
drivers/ps3/ps3-vuart.c
··· 467 467 * 468 468 * If the port is idle on entry as much of the incoming data is written to 469 469 * 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. 472 472 */ 473 473 474 474 int ps3_vuart_write(struct ps3_system_bus_device *dev, const void *buf,
+1 -1
drivers/ps3/sys-manager-core.c
··· 12 12 #include <asm/ps3.h> 13 13 14 14 /** 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 16 16 * module. 17 17 */ 18 18