From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755373Ab1A1T5G (ORCPT ); Fri, 28 Jan 2011 14:57:06 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:36808 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751278Ab1A1T5F (ORCPT ); Fri, 28 Jan 2011 14:57:05 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=aAxwHHoN0yiCVEchwGTcB11jfAKgssIlJo2/fwtAZ/u7oAw8VNRNyy/xu2v2lVVUrv yFbDtmbzQJxch3G1k9l4FKviDygwUH3HsFtgbH+1z/VdyUKOTOYQDVBl5y1KUagXtblt 3yLISKtMZGEpj56pbGoc2r2SPxvTmsgv9dnbs= Message-ID: <4D431F8A.3000403@gmail.com> Date: Fri, 28 Jan 2011 11:56:58 -0800 From: "Justin P. Mattock" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091114 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: Luciano Coelho CC: "trivial@kernel.org" , "linux-wireless@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH]drivers:wireless:acx.h change initate to initiate References: <1296244204-3890-1-git-send-email-justinmattock@gmail.com> <1296244444.3069.399.camel@pimenta> In-Reply-To: <1296244444.3069.399.camel@pimenta> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/28/11 11:54, Luciano Coelho wrote: > On Fri, 2011-01-28 at 20:50 +0100, Justin P. Mattock wrote: >> Not sure if this is a typo or not. if it is then feel free to take this. >> >> Signed-off-by: Justin P. Mattock >> >> --- >> drivers/net/wireless/wl12xx/acx.h | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/drivers/net/wireless/wl12xx/acx.h b/drivers/net/wireless/wl12xx/acx.h >> index 7bd8e4d..c56088b 100644 >> --- a/drivers/net/wireless/wl12xx/acx.h >> +++ b/drivers/net/wireless/wl12xx/acx.h >> @@ -987,7 +987,7 @@ struct wl1271_acx_ht_capabilities { >> * Note, driver will still leave space for HT control in packets >> * regardless of the value of this field. FW will be responsible >> * to drop the HT field from any frame when this Bit set to 0. >> - * bit 5 - Allow RD initiation in TXOP. FW is allowed to initate RD. >> + * bit 5 - Allow RD initiation in TXOP. FW is allowed to initiate RD. >> * Exact policy setting for this feature is TBD. >> * Note, this bit can only be set to 1 if bit 3 is set to 1. >> */ > > Yep, it's a typo. Thanks for fixing it. > > Acked-by: Luciano Coelho > alright.. cool.. Justin P. Mattock