linux(4): Fix a typo in a source code comment
- s/accross/across/ MFC after: 3 days
This commit is contained in:
parent
68c0bd3e3f
commit
8cf0d09462
@ -89,7 +89,7 @@ linux_update_state(atomic_t *v, const uint8_t *pstate)
|
|||||||
* completed. This function gives the linux_work_fn() function a hint,
|
* completed. This function gives the linux_work_fn() function a hint,
|
||||||
* that the task is not going away and can have its state checked
|
* that the task is not going away and can have its state checked
|
||||||
* again. Without this extra hint LinuxKPI tasks cannot be serialized
|
* again. Without this extra hint LinuxKPI tasks cannot be serialized
|
||||||
* accross multiple worker threads.
|
* across multiple worker threads.
|
||||||
*/
|
*/
|
||||||
static bool
|
static bool
|
||||||
linux_work_exec_unblock(struct work_struct *work)
|
linux_work_exec_unblock(struct work_struct *work)
|
||||||
|
Loading…
Reference in New Issue
Block a user