Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935472AbZJOURL (ORCPT ); Thu, 15 Oct 2009 16:17:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935440AbZJOURK (ORCPT ); Thu, 15 Oct 2009 16:17:10 -0400 Received: from 139.254.232.72.static.reverse.ltdomains.com ([72.232.254.139]:39605 "EHLO liberdade.minaslivre.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935431AbZJOURJ (ORCPT ); Thu, 15 Oct 2009 16:17:09 -0400 From: Thadeu Lima de Souza Cascardo To: trivial@kernel.org Cc: Marcel Holtmann , "David S. Miller" , Thadeu Lima de Souza Cascardo , Stephen Hemminger , Wang Chen , linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 6/8] trivial: fix typo s/refference/reference/ in comment Date: Thu, 15 Oct 2009 17:16:23 -0300 Message-Id: <1255637783-6109-1-git-send-email-cascardo@holoscopio.com> X-Mailer: git-send-email 1.6.3.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1010 Lines: 26 Signed-off-by: Thadeu Lima de Souza Cascardo --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/