* [PATCH 11/15] net: mac80211: Fix a typo. [not found] ` <1281016299-23958-1-git-send-email-andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org> @ 2010-08-05 13:51 ` Andrea Gelmini 2010-08-05 14:44 ` Gábor Stefanik 0 siblings, 1 reply; 4+ messages in thread From: Andrea Gelmini @ 2010-08-05 13:51 UTC (permalink / raw) To: gelma-PT7Us6ch6G9eoWH0uzbU5w Cc: Andrea Gelmini, Stefano Brivio, Mattias Nissler, John W. Linville, Johannes Berg, David S. Miller, Stephen Hemminger, Alexey Dobriyan, Tejun Heo, linux-wireless-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA "userpace" -> "userspace" Signed-off-by: Andrea Gelmini <andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org> --- 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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 11/15] net: mac80211: Fix a typo. 2010-08-05 13:51 ` [PATCH 11/15] net: mac80211: Fix a typo Andrea Gelmini @ 2010-08-05 14:44 ` Gábor Stefanik 0 siblings, 0 replies; 4+ messages in thread From: Gábor Stefanik @ 2010-08-05 14:44 UTC (permalink / raw) To: Andrea Gelmini Cc: gelma, Stefano Brivio, Mattias Nissler, John W. Linville, Johannes Berg, David S. Miller, Stephen Hemminger, Alexey Dobriyan, Tejun Heo, linux-wireless, netdev On Thu, Aug 5, 2010 at 3:51 PM, Andrea Gelmini <andrea.gelmini@gelma.net> wrote: > "userpace" -> "userspace" > > Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> > --- > 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; length = min(length, RC_PID_PRINT_BUF_SIZE) maybe? (Though this is not part of the patch.) > -- > 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@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) ^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 12/15] net: sunrpc: removed duplicated #include [not found] <1281016299-23958-1-git-send-email-andrea.gelmini@gelma.net> [not found] ` <1281016299-23958-1-git-send-email-andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org> @ 2010-08-05 13:51 ` Andrea Gelmini [not found] ` <1281016299-23958-12-git-send-email-andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org> 1 sibling, 1 reply; 4+ messages in thread From: Andrea Gelmini @ 2010-08-05 13:51 UTC (permalink / raw) To: gelma Cc: Andrea Gelmini, Trond Myklebust, J. Bruce Fields, Neil Brown, David S. Miller, Frederic Weisbecker, linux-nfs, netdev Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> --- net/sunrpc/cache.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c index 58de76c..b75879b 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c @@ -34,7 +34,6 @@ #include <linux/sunrpc/cache.h> #include <linux/sunrpc/stats.h> #include <linux/sunrpc/rpc_pipe_fs.h> -#include <linux/smp_lock.h> #define RPCDBG_FACILITY RPCDBG_CACHE -- 1.7.2.1.85.g2d089 ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1281016299-23958-12-git-send-email-andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org>]
* Re: [PATCH 12/15] net: sunrpc: removed duplicated #include [not found] ` <1281016299-23958-12-git-send-email-andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org> @ 2010-08-05 15:09 ` J. Bruce Fields 0 siblings, 0 replies; 4+ messages in thread From: J. Bruce Fields @ 2010-08-05 15:09 UTC (permalink / raw) To: Andrea Gelmini Cc: gelma-PT7Us6ch6G9eoWH0uzbU5w, Trond Myklebust, Neil Brown, David S. Miller, Frederic Weisbecker, linux-nfs-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA On Thu, Aug 05, 2010 at 03:51:36PM +0200, Andrea Gelmini wrote: > Signed-off-by: Andrea Gelmini <andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org> Thanks, applied for 2.6.36. --b. > --- > net/sunrpc/cache.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c > index 58de76c..b75879b 100644 > --- a/net/sunrpc/cache.c > +++ b/net/sunrpc/cache.c > @@ -34,7 +34,6 @@ > #include <linux/sunrpc/cache.h> > #include <linux/sunrpc/stats.h> > #include <linux/sunrpc/rpc_pipe_fs.h> > -#include <linux/smp_lock.h> > > #define RPCDBG_FACILITY RPCDBG_CACHE > > -- > 1.7.2.1.85.g2d089 > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-08-05 15:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1281016299-23958-1-git-send-email-andrea.gelmini@gelma.net>
[not found] ` <1281016299-23958-1-git-send-email-andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org>
2010-08-05 13:51 ` [PATCH 11/15] net: mac80211: Fix a typo Andrea Gelmini
2010-08-05 14:44 ` Gábor Stefanik
2010-08-05 13:51 ` [PATCH 12/15] net: sunrpc: removed duplicated #include Andrea Gelmini
[not found] ` <1281016299-23958-12-git-send-email-andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org>
2010-08-05 15:09 ` J. Bruce Fields
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox