File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ struct ps3_lpm_shadow_regs {
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.
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ static int ps3_sys_manager_send_request_shutdown(
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
Original file line number Diff line number Diff line change @@ -467,8 +467,8 @@ struct list_buffer {
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 ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments