Skip to content

Commit

Permalink
net: mac80211: Fix a typo.
Browse files Browse the repository at this point in the history
"userpace" -> "userspace"

Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
Gelma authored and linvjw committed Aug 16, 2010
1 parent 3f3b6a8 commit 1fdaa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/rc80211_pid_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1fdaa46

Please sign in to comment.