From patchwork Mon Jun 29 17:30:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikolas Nyby X-Patchwork-Id: 6690601 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 44CEFC05AC for ; Mon, 29 Jun 2015 17:31:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 788C4205BE for ; Mon, 29 Jun 2015 17:31:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 78FF520457 for ; Mon, 29 Jun 2015 17:31:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752716AbbF2RbK (ORCPT ); Mon, 29 Jun 2015 13:31:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47804 "EHLO eggs.gnu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753048AbbF2RbJ (ORCPT ); Mon, 29 Jun 2015 13:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9ctc-0000gP-VR for linux-wireless@vger.kernel.org; Mon, 29 Jun 2015 13:31:09 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9ctc-0000gL-T3; Mon, 29 Jun 2015 13:31:04 -0400 Received: from maldive.ccnmtl.columbia.edu ([128.59.153.67]:45176) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA256:128) (Exim 4.82) (envelope-from ) id 1Z9ctc-0006Fr-ED; Mon, 29 Jun 2015 13:31:04 -0400 From: Nik Nyby To: linux-wireless@vger.kernel.org, trivial@kernel.org Cc: Nik Nyby Subject: [PATCH v2] ath6kl: Trivial: spell "distribution" correctly in a comment. Date: Mon, 29 Jun 2015 13:30:37 -0400 Message-Id: <1435599037-1369-1-git-send-email-nikolas@gnu.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1435378264-13873-1-git-send-email-nikolas@gnu.org> References: <1435378264-13873-1-git-send-email-nikolas@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This fixes two misspellings of "distribution" in a comment. Signed-off-by: Nik Nyby --- drivers/net/wireless/ath/ath6kl/htc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath6kl/htc.h b/drivers/net/wireless/ath/ath6kl/htc.h index 14cab14..112d8a9 100644 --- a/drivers/net/wireless/ath/ath6kl/htc.h +++ b/drivers/net/wireless/ath/ath6kl/htc.h @@ -427,7 +427,7 @@ struct htc_endpoint_credit_dist { }; /* - * credit distibution code that is passed into the distrbution function, + * credit distribution code that is passed into the distribution function, * there are mandatory and optional codes that must be handled */ enum htc_credit_dist_reason {