Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp713287ybl; Wed, 29 Jan 2020 08:24:27 -0800 (PST) X-Google-Smtp-Source: APXvYqz6gWZEZbWeeg7fwjummmGicUG25KV5OmnQp7HclipWcujIdbAScaLAA+O2YsKMFAL6ErH/ X-Received: by 2002:aca:b183:: with SMTP id a125mr7021461oif.83.1580315067244; Wed, 29 Jan 2020 08:24:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580315067; cv=none; d=google.com; s=arc-20160816; b=V1VBLVU4plPcnpBmJWwPb6dMlmd7WZmhEBtvSBhW9r/IAFOXn3o8udmU1dcNhZ2425 a/wFgNRKcxngoqmhxGD12Vq4r74MTy5nDbC9iaXuQBnqZ/RkbHbql8ibbVn/laWYpIrs yUG4tizCDf9+ODMSH1ap78AP4Ue2YnJkakPk084RXq1afzqeubmKqh948eUBOsc4qB88 Ol+vl9pFx51uWRUT+WRMvreVpMcaKPGtQ7jJIN3091Bz+u5Vc1l4M5LnAwa4tibrmWEe 6StjMEWrLIGeX4bPZuqbp/xv7Rzi4yjUQrowvi6XdevjTn/Q47GRpmiK6SX0TG6rnmYs ckRQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=2qGtmUkmgLkJ1sPuTATdvITOvybF81z+nBDmw3kCPeA=; b=ZicSYuiyO5ZYrQU8Uw9cINogN/oa2fLghc4He7cNoAvurflJeVb0jcs04qFp7dC1Ss 29IgbWFtKE6TV33uMtim8P6iwIn7RQ8yIQFtSI9kZvBQL06Xg3UsWF+/paDZ+kxyzhgJ 608XJm72e4O6J8AYI8NlFDUanjmj88kQGVF+HXDQ/XgaVmJbrn2uTzn687fuhfLcHmhx AyOF7hqBfiAs3e4euB3vG8FdfEzJZSEs0Hm+u2KqFTC1eol/lZPjyZteE33opQmPC6W1 GsHhT8YHnVTCBDrqC103xz1OGcYY/xq0XI2hGd4xae3FzGkqHFT5GyME5OR6992wk0hx KMJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u5si1623342otg.66.2020.01.29.08.24.15; Wed, 29 Jan 2020 08:24:27 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727213AbgA2QW4 (ORCPT + 99 others); Wed, 29 Jan 2020 11:22:56 -0500 Received: from hostingweb31-40.netsons.net ([89.40.174.40]:46449 "EHLO hostingweb31-40.netsons.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727161AbgA2QWx (ORCPT ); Wed, 29 Jan 2020 11:22:53 -0500 Received: from [109.168.11.45] (port=34038 helo=pc-ceresoli.dev.aim) by hostingweb31.netsons.net with esmtpa (Exim 4.92) (envelope-from ) id 1iwq78-005NDl-Q1; Wed, 29 Jan 2020 17:22:50 +0100 From: Luca Ceresoli To: linux-i2c@vger.kernel.org, linux-doc@vger.kernel.org Cc: Luca Ceresoli , Wolfram Sang , Jean Delvare , Peter Rosin , linux-kernel@vger.kernel.org Subject: [PATCH v3 17/28] docs: i2c: smbus-protocol: fix typo Date: Wed, 29 Jan 2020 16:19:42 +0100 Message-Id: <20200129151953.31582-18-luca@lucaceresoli.net> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200129151953.31582-1-luca@lucaceresoli.net> References: <20200129151953.31582-1-luca@lucaceresoli.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hostingweb31.netsons.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: hostingweb31.netsons.net: authenticated_id: luca+lucaceresoli.net/only user confirmed/virtual account not confirmed X-Authenticated-Sender: hostingweb31.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The subject is plural, fix the verb. Signed-off-by: Luca Ceresoli Reviewed-by: Jean Delvare --- Changes in v2: - fix subject line (Jean Delvare) --- Documentation/i2c/smbus-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/i2c/smbus-protocol.rst b/Documentation/i2c/smbus-protocol.rst index 3c0fb3a2044d..de7285de5e93 100644 --- a/Documentation/i2c/smbus-protocol.rst +++ b/Documentation/i2c/smbus-protocol.rst @@ -145,7 +145,7 @@ SMBus Write Word Implemented by i2c_smbus_write_word_data() This is the opposite of the Read Word operation. 16 bits -of data is written to a device, to the designated register that is +of data are written to a device, to the designated register that is specified through the Comm byte.:: S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P -- 2.25.0