From patchwork Fri Jun 5 12:38:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 6553091 Return-Path: X-Original-To: patchwork-linux-media@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 088D8C0020 for ; Fri, 5 Jun 2015 12:38:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 48AE02066A for ; Fri, 5 Jun 2015 12:38:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6BF8E205B8 for ; Fri, 5 Jun 2015 12:38:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932518AbbFEMig (ORCPT ); Fri, 5 Jun 2015 08:38:36 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:34557 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660AbbFEMid (ORCPT ); Fri, 5 Jun 2015 08:38:33 -0400 Received: by pdbki1 with SMTP id ki1so52796481pdb.1; Fri, 05 Jun 2015 05:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=HXxDgYnMTBb8EW0AUldbt7SW6wEqkFcfYuBBknHBFXQ=; b=l+Xv2Zt//ES2I3YaDkHgS2RAOAyUsVKAVPN06992QP5E9wrl9akxnCZ4bDH1Uagu+M N/DdKiE7LqTYD162Key104S6W86BCkghlhc2zYEp7Y9oa8AQiWnHds4qZ/4hiX1+rVXk K0XNIFPl5aakZ2FAjcxvBrBeEVOz4hIdXIpOhFXjwaY+P6VYPDMjm0ETFnx/bSDppF1E quQAiyoDNFX/Z4fnsx2W97O41fJlG+TZOhs3cdv4P26nQrMg3khnUZHath266pdJBjOU B5NH2JvoQmQozQosRL7T9UTzEWZ0IYSFg2HJ5X3nIvaAH+VFfAtuD/0m0hod02PRhT9g TQxw== X-Received: by 10.70.44.199 with SMTP id g7mr5714568pdm.27.1433507913085; Fri, 05 Jun 2015 05:38:33 -0700 (PDT) Received: from masabert (i118-21-156-233.s30.a048.ap.plala.or.jp. [118.21.156.233]) by mx.google.com with ESMTPSA id ry2sm6670059pbb.83.2015.06.05.05.38.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Jun 2015 05:38:32 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id 8B9ADE5850; Fri, 5 Jun 2015 21:38:28 +0900 (JST) From: Masanari Iida To: sameo@linux.intel.com, aloisio.almeida@openbossa.org, lauro.venancio@openbossa.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, linux-nfc@lists.01.org Cc: corbet@lwn.net, linux-media@vger.kernel.org, Masanari Iida Subject: [PATCH] Doc:nfc: Fix typo in nfc-hci.txt Date: Fri, 5 Jun 2015 21:38:19 +0900 Message-Id: <1433507899-13387-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.4.2.387.gf86f31a Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch fix a spelling typo in nfc-hci.txt Signed-off-by: Masanari Iida --- Documentation/nfc/nfc-hci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/nfc/nfc-hci.txt b/Documentation/nfc/nfc-hci.txt index 0686c9e..0dc078c 100644 --- a/Documentation/nfc/nfc-hci.txt +++ b/Documentation/nfc/nfc-hci.txt @@ -122,7 +122,7 @@ This must be done from a context that can sleep. PHY Management -------------- -The physical link (i2c, ...) management is defined by the following struture: +The physical link (i2c, ...) management is defined by the following structure: struct nfc_phy_ops { int (*write)(void *dev_id, struct sk_buff *skb);