[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LSU.2.00.0910161524480.8582@wotan.suse.de>
Date: Fri, 16 Oct 2009 15:25:12 +0200 (CEST)
From: Jiri Kosina <jkosina@...e.cz>
To: Thadeu Lima de Souza Cascardo <cascardo@...oscopio.com>
Cc: Marcel Holtmann <marcel@...tmann.org>,
"David S. Miller" <davem@...emloft.net>,
Stephen Hemminger <shemminger@...tta.com>,
Wang Chen <wangchen@...fujitsu.com>,
linux-bluetooth@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 6/8] trivial: fix typo s/refference/reference/ in
comment
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists