* [PATCH 6/8] trivial: fix typo s/refference/reference/ in comment
@ 2009-10-15 20:16 Thadeu Lima de Souza Cascardo
[not found] ` <1255637783-6109-1-git-send-email-cascardo-DmMZpsCg3uxeGPcbtGPokg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Thadeu Lima de Souza Cascardo @ 2009-10-15 20:16 UTC (permalink / raw)
To: trivial
Cc: Marcel Holtmann, David S. Miller, Thadeu Lima de Souza Cascardo,
Stephen Hemminger, Wang Chen, linux-bluetooth, netdev,
linux-kernel
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
---
net/bluetooth/bnep/core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/bluetooth/bnep/core.c b/net/bluetooth/bnep/core.c
index cafe9f5..1bd9398 100644
--- a/net/bluetooth/bnep/core.c
+++ b/net/bluetooth/bnep/core.c
@@ -78,7 +78,7 @@ static struct bnep_session *__bnep_get_session(u8 *dst)
static void __bnep_link_session(struct bnep_session *s)
{
/* It's safe to call __module_get() here because sessions are added
- by the socket layer which has to hold the refference to this module.
+ by the socket layer which has to hold the reference to this module.
*/
__module_get(THIS_MODULE);
list_add(&s->list, &bnep_session_list);
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1255637783-6109-1-git-send-email-cascardo-DmMZpsCg3uxeGPcbtGPokg@public.gmane.org>]
* Re: [PATCH 6/8] trivial: fix typo s/refference/reference/ in comment [not found] ` <1255637783-6109-1-git-send-email-cascardo-DmMZpsCg3uxeGPcbtGPokg@public.gmane.org> @ 2009-10-16 13:25 ` Jiri Kosina 2009-10-16 16:08 ` Marcel Holtmann 0 siblings, 1 reply; 3+ messages in thread From: Jiri Kosina @ 2009-10-16 13:25 UTC (permalink / raw) To: Thadeu Lima de Souza Cascardo Cc: Marcel Holtmann, David S. Miller, Stephen Hemminger, Wang Chen, linux-bluetooth-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA On Thu, 15 Oct 2009, Thadeu Lima de Souza Cascardo wrote: > diff --git a/net/bluetooth/bnep/core.c b/net/bluetooth/bnep/core.c > index cafe9f5..1bd9398 100644 > --- a/net/bluetooth/bnep/core.c > +++ b/net/bluetooth/bnep/core.c > @@ -78,7 +78,7 @@ static struct bnep_session *__bnep_get_session(u8 *dst) > static void __bnep_link_session(struct bnep_session *s) > { > /* It's safe to call __module_get() here because sessions are added > - by the socket layer which has to hold the refference to this module. > + by the socket layer which has to hold the reference to this module. > */ > __module_get(THIS_MODULE); > list_add(&s->list, &bnep_session_list); Merged together with patches 2-8 from your series and applied to trivial queue. -- Jiri Kosina SUSE Labs, Novell Inc. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 6/8] trivial: fix typo s/refference/reference/ in comment 2009-10-16 13:25 ` Jiri Kosina @ 2009-10-16 16:08 ` Marcel Holtmann 0 siblings, 0 replies; 3+ messages in thread From: Marcel Holtmann @ 2009-10-16 16:08 UTC (permalink / raw) To: Jiri Kosina Cc: Thadeu Lima de Souza Cascardo, David S. Miller, Stephen Hemminger, Wang Chen, linux-bluetooth, netdev, linux-kernel Hi Jiri, > On Thu, 15 Oct 2009, Thadeu Lima de Souza Cascardo wrote: > > > diff --git a/net/bluetooth/bnep/core.c b/net/bluetooth/bnep/core.c > > index cafe9f5..1bd9398 100644 > > --- a/net/bluetooth/bnep/core.c > > +++ b/net/bluetooth/bnep/core.c > > @@ -78,7 +78,7 @@ static struct bnep_session *__bnep_get_session(u8 *dst) > > static void __bnep_link_session(struct bnep_session *s) > > { > > /* It's safe to call __module_get() here because sessions are added > > - by the socket layer which has to hold the refference to this module. > > + by the socket layer which has to hold the reference to this module. > > */ > > __module_get(THIS_MODULE); > > list_add(&s->list, &bnep_session_list); > > Merged together with patches 2-8 from your series and applied to trivial > queue. trivial, but neverless ... Acked-by: Marcel Holtmann <marcel@holtmann.org> Regards Marcel ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-16 16:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15 20:16 [PATCH 6/8] trivial: fix typo s/refference/reference/ in comment Thadeu Lima de Souza Cascardo
[not found] ` <1255637783-6109-1-git-send-email-cascardo-DmMZpsCg3uxeGPcbtGPokg@public.gmane.org>
2009-10-16 13:25 ` Jiri Kosina
2009-10-16 16:08 ` Marcel Holtmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox