projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f3b6a8
)
net: mac80211: Fix a typo.
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Thu, 5 Aug 2010 13:51:35 +0000
(15:51 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 16 Aug 2010 19:26:40 +0000
(15:26 -0400)
"userpace" -> "userspace"
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rc80211_pid_debugfs.c
patch
|
blob
|
history
diff --git
a/net/mac80211/rc80211_pid_debugfs.c
b/net/mac80211/rc80211_pid_debugfs.c
index 47438b4a9af52d33589e9cc1a695f77a8461d987..135f36fd4d5ddc290b7ad7d32cbeba3ed5a154dc 100644
(file)
--- a/
net/mac80211/rc80211_pid_debugfs.c
+++ b/
net/mac80211/rc80211_pid_debugfs.c
@@
-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 user
s
pace needs to
* provide large enough buffers. */
length = length < RC_PID_PRINT_BUF_SIZE ?
length : RC_PID_PRINT_BUF_SIZE;