From e47d006ce31109408fa2837dd7f865b179ddde79 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Aug 2010 15:51:35 +0200 Subject: [PATCH] --- yaml --- r: 213989 b: refs/heads/master c: 1fdaa46e9f26ccbab5e0eb8c4d4f8e1fbf32c7df h: refs/heads/master i: 213987: 5c87a50599b73eb72a3f61b66374d616e6237c89 v: v3 --- [refs] | 2 +- trunk/net/mac80211/rc80211_pid_debugfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2e6122814f09..a37adb2d7116 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f3b6a8d90b6e762e2bb83e6a9e86d9534b56cdc +refs/heads/master: 1fdaa46e9f26ccbab5e0eb8c4d4f8e1fbf32c7df diff --git a/trunk/net/mac80211/rc80211_pid_debugfs.c b/trunk/net/mac80211/rc80211_pid_debugfs.c index 47438b4a9af5..135f36fd4d5d 100644 --- a/trunk/net/mac80211/rc80211_pid_debugfs.c +++ b/trunk/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;