Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759598AbZJPN0F (ORCPT ); Fri, 16 Oct 2009 09:26:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759538AbZJPN0E (ORCPT ); Fri, 16 Oct 2009 09:26:04 -0400 Received: from cantor.suse.de ([195.135.220.2]:37180 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759545AbZJPN0C (ORCPT ); Fri, 16 Oct 2009 09:26:02 -0400 Date: Fri, 16 Oct 2009 15:25:24 +0200 (CEST) From: Jiri Kosina X-X-Sender: jkosina@wotan.suse.de To: Thadeu Lima de Souza Cascardo Cc: Jiri Slaby , Nick Kossifidis , "Luis R. Rodriguez" , Bob Copeland , "John W. Linville" , linux-wireless@vger.kernel.org, ath5k-devel@venema.h4ckr.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/8] trivial: fix typo s/assocate/associate/ in comment In-Reply-To: <1255637738-6069-1-git-send-email-cascardo@holoscopio.com> Message-ID: References: <1255637738-6069-1-git-send-email-cascardo@holoscopio.com> User-Agent: Alpine 2.00 (LSU 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1128 Lines: 31 On Thu, 15 Oct 2009, Thadeu Lima de Souza Cascardo wrote: > Signed-off-by: Thadeu Lima de Souza Cascardo > --- > drivers/net/wireless/ath/ath5k/base.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h > index b14ba07..b73e7d3 100644 > --- a/drivers/net/wireless/ath/ath5k/base.h > +++ b/drivers/net/wireless/ath/ath5k/base.h > @@ -192,7 +192,7 @@ struct ath5k_softc { > struct ath5k_txq *cabq; /* content after beacon */ > > int power_level; /* Requested tx power in dbm */ > - bool assoc; /* assocate state */ > + bool assoc; /* associate state */ > bool enable_beacon; /* true if beacons are on */ > }; 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/