From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Gelmini Subject: [PATCH 11/15] net: mac80211: Fix a typo. Date: Thu, 5 Aug 2010 15:51:35 +0200 Message-ID: <1281016299-23958-11-git-send-email-andrea.gelmini@gelma.net> References: <1281016299-23958-1-git-send-email-andrea.gelmini@gelma.net> Cc: Andrea Gelmini , Stefano Brivio , Mattias Nissler , "John W. Linville" , Johannes Berg , "David S. Miller" , Stephen Hemminger , Alexey Dobriyan , Tejun Heo , linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: gelma-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org Return-path: In-Reply-To: <1281016299-23958-1-git-send-email-andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org "userpace" -> "userspace" Signed-off-by: Andrea Gelmini --- net/mac80211/rc80211_pid_debugfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/mac80211/rc80211_pid_debugfs.c b/net/mac80211/rc80211_pid_debugfs.c index 47438b4..135f36f 100644 --- 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 userspace needs to * provide large enough buffers. */ length = length < RC_PID_PRINT_BUF_SIZE ? length : RC_PID_PRINT_BUF_SIZE; -- 1.7.2.1.85.g2d089 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html