Skip to content
Snippets Groups Projects
Commit 1fdaa46e authored by Andrea Gelmini's avatar Andrea Gelmini Committed by John W. Linville
Browse files

net: mac80211: Fix a typo.


"userpace" -> "userspace"

Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3f3b6a8d
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ static ssize_t rate_control_pid_events_read(struct file *file, char __user *buf,
file_info->next_entry = (file_info->next_entry + 1) %
RC_PID_EVENT_RING_SIZE;
/* Print information about the event. Note that userpace needs to
/* Print information about the event. Note that userspace needs to
* provide large enough buffers. */
length = length < RC_PID_PRINT_BUF_SIZE ?
length : RC_PID_PRINT_BUF_SIZE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment