From patchwork Fri Mar 25 18:14:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sylvestre Ledru X-Patchwork-Id: 663031 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2PIL9s5032491 for ; Fri, 25 Mar 2011 18:21:10 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754528Ab1CYSVI (ORCPT ); Fri, 25 Mar 2011 14:21:08 -0400 Received: from santostefano.inria.fr ([193.51.192.151]:32839 "HELO santostefano.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754525Ab1CYSVI (ORCPT ); Fri, 25 Mar 2011 14:21:08 -0400 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 25 Mar 2011 18:21:10 +0000 (UTC) X-Greylist: delayed 400 seconds by postgrey-1.27 at vger.kernel.org; Fri, 25 Mar 2011 14:21:07 EDT Received: (qmail 21944 invoked by uid 1001); 25 Mar 2011 19:14:26 +0100 Received: from 10.8.0.10 by santostefano (envelope-from , uid 92) with qmail-scanner-2.02st (clamdscan: 0.94.2/8683. spamassassin: 3.2.5. perlscan: 2.02st. Clear:RC:1(10.8.0.10):. Processed in 0.018016 secs); 25 Mar 2011 18:14:26 -0000 Received: from unknown (HELO losinj.inria.fr) (10.8.0.10) by 10.8.0.34 with SMTP; 25 Mar 2011 19:14:26 +0100 Received: from localhost ([::1]) by losinj.inria.fr with esmtp (Exim 4.74) (envelope-from ) id 1Q3BWj-0007YS-GI; Fri, 25 Mar 2011 19:14:25 +0100 Subject: [PATCH] Fix a typo: respose => response (See bug #28172) From: Sylvestre Ledru To: Dmitry Torokhov , Jaroslav Kysela , linux-input@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Sylvestre Ledru Date: Fri, 25 Mar 2011 19:14:25 +0100 Message-ID: <1301076865.16800.19.camel@losinj.inria.fr> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org diff --git a/drivers/input/touchscreen/h3600_ts_input.c b/drivers/input/touchscreen/h3600_ts_input.c index b4d7f63..efa0688 100644 --- a/drivers/input/touchscreen/h3600_ts_input.c +++ b/drivers/input/touchscreen/h3600_ts_input.c @@ -62,7 +62,7 @@ MODULE_LICENSE("GPL"); Programmer has no control over these numbers. TODO there are holes - specifically 1,7,0x0a */ -#define VERSION_ID 0 /* Get Version (request/respose) */ +#define VERSION_ID 0 /* Get Version (request/response) */ #define KEYBD_ID 2 /* Keyboard (event) */ #define TOUCHS_ID 3 /* Touch Screen (event)*/ #define EEPROM_READ_ID 4 /* (request/response) */ diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c index 771e019..6257bc7 100644 --- a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c +++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c @@ -1905,7 +1905,7 @@ associate_complete: } }else{ ieee->softmac_stats.rx_auth_rs_err++; - IEEE80211_DEBUG_MGMT("Authentication respose status code 0x%x",errcode); + IEEE80211_DEBUG_MGMT("Authentication response status code 0x%x",errcode); ieee80211_associate_abort(ieee); } diff --git a/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c index f6922d4..62783b7 100644 --- a/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c +++ b/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c @@ -2113,9 +2113,9 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb, } }else{ ieee->softmac_stats.rx_auth_rs_err++; - IEEE80211_DEBUG_MGMT("Authentication respose status code 0x%x",errcode); + IEEE80211_DEBUG_MGMT("Authentication response status code 0x%x",errcode); - printk("Authentication respose status code 0x%x",errcode); + printk("Authentication response status code 0x%x",errcode); ieee80211_associate_abort(ieee); } diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c index 4992d63..800b314 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c @@ -2063,7 +2063,7 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb, } }else{ ieee->softmac_stats.rx_auth_rs_err++; - IEEE80211_DEBUG_MGMT("Authentication respose status code 0x%x",errcode); + IEEE80211_DEBUG_MGMT("Authentication response status code 0x%x",errcode); ieee80211_associate_abort(ieee); } diff --git a/sound/pci/asihpi/hpi6205.c b/sound/pci/asihpi/hpi6205.c index 620525b..89c19e1 100644 --- a/sound/pci/asihpi/hpi6205.c +++ b/sound/pci/asihpi/hpi6205.c @@ -772,7 +772,7 @@ static void outstream_host_buffer_allocate(struct hpi_adapter_obj *pao, &phm->u.d.u.buffer.pci_address); /* get the phys addr into msg for single call alloc caller * needs to do this for split alloc (or use the same message) - * return the phy address for split alloc in the respose too + * return the phy address for split alloc in the response too */ phr->u.d.u.stream_info.auxiliary_data_available = phm->u.d.u.buffer.pci_address;