]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298793.002288:2,
Import notmuch_0.28.2.orig.tar.gz
[notmuch] / test / corpora / lkml / cur / 1382298793.002288:2,
1 From: Joe Perches <joe@perches.com>
2 Subject: [PATCH 16/44] drivers/net/wireless/ath: Remove unnecessary semicolons
3 Date: Sun, 14 Nov 2010 19:04:35 -0800
4 Lines: 21
5 Message-ID: <c375cdc1175018f00066e2220f1d659ca70cde16.1289789604.git.joe@perches.com>
6 References: <cover.1289789604.git.joe@perches.com>
7 Cc: "Luis R. Rodriguez" <lrodriguez@atheros.com>,
8         Jouni Malinen <jmalinen@atheros.com>,
9         Vasanthakumar Thiagarajan <vasanth@atheros.com>,
10         Senthil Balasubramanian <senthilkumar@atheros.com>,
11         "John W. Linville" <linville@tuxdriver.com>,
12         linux-wireless@vger.kernel.org, ath9k-devel@lists.ath9k.org,
13         netdev@vger.kernel.org, linux-kernel@vger.kernel.org
14 To: Jiri Kosina <trivial@kernel.org>
15 X-From: linux-kernel-owner@vger.kernel.org Mon Nov 15 04:12:48 2010
16 Return-path: <linux-kernel-owner@vger.kernel.org>
17 Envelope-to: glk-linux-kernel-3@lo.gmane.org
18 Received: from vger.kernel.org ([209.132.180.67])
19         by lo.gmane.org with esmtp (Exim 4.69)
20         (envelope-from <linux-kernel-owner@vger.kernel.org>)
21         id 1PHpUt-0003ie-NF
22         for glk-linux-kernel-3@lo.gmane.org; Mon, 15 Nov 2010 04:12:48 +0100
23 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
24         id S932786Ab0KODMQ (ORCPT <rfc822;glk-linux-kernel-3@m.gmane.org>);
25         Sun, 14 Nov 2010 22:12:16 -0500
26 Received: from mail.perches.com ([173.55.12.10]:1169 "EHLO mail.perches.com"
27         rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
28         id S932695Ab0KODFi (ORCPT <rfc822;linux-kernel@vger.kernel.org>);
29         Sun, 14 Nov 2010 22:05:38 -0500
30 Received: from Joe-Laptop.home (unknown [192.168.1.162])
31         by mail.perches.com (Postfix) with ESMTP id 6AD192437A;
32         Sun, 14 Nov 2010 19:04:05 -0800 (PST)
33 X-Mailer: git-send-email 1.7.3.1.g432b3.dirty
34 In-Reply-To: <cover.1289789604.git.joe@perches.com>
35 Sender: linux-kernel-owner@vger.kernel.org
36 Precedence: bulk
37 List-ID: <linux-kernel.vger.kernel.org>
38 X-Mailing-List: linux-kernel@vger.kernel.org
39 Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1062307>
40
41 Signed-off-by: Joe Perches <joe@perches.com>
42 ---
43  drivers/net/wireless/ath/ath9k/htc.h |    2 +-
44  1 files changed, 1 insertions(+), 1 deletions(-)
45
46 diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
47 index 75ecf6a..4c98b93 100644
48 --- a/drivers/net/wireless/ath/ath9k/htc.h
49 +++ b/drivers/net/wireless/ath/ath9k/htc.h
50 @@ -434,7 +434,7 @@ void ath9k_htc_beaconep(void *drv_priv, struct sk_buff *skb,
51  
52  void ath9k_htc_station_work(struct work_struct *work);
53  void ath9k_htc_aggr_work(struct work_struct *work);
54 -void ath9k_ani_work(struct work_struct *work);;
55 +void ath9k_ani_work(struct work_struct *work);
56  
57  int ath9k_tx_init(struct ath9k_htc_priv *priv);
58  void ath9k_tx_tasklet(unsigned long data);
59 -- 
60 1.7.3.1.g432b3.dirty
61
62
63