Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp7583203ybl; Thu, 16 Jan 2020 02:04:03 -0800 (PST) X-Google-Smtp-Source: APXvYqzJD4y4VjobOSgY9lV5Pve/8451PdjXnwC1d9bEutp6ZLDMyBL/IvBcZK58F4EVaHBdHMsI X-Received: by 2002:a05:6830:1607:: with SMTP id g7mr1332312otr.320.1579169043653; Thu, 16 Jan 2020 02:04:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579169043; cv=none; d=google.com; s=arc-20160816; b=mbwFuOKd0UM8SgJK+pmwnENaY3nYe+GU4fRuHB+bOgas3ha2OPZ6zJuvpEy3vmapOP U1UoAbhFT62fkZMYBHjOrnCLi/6vyrDJBifdirslavE7yU5Irn2E/xvSTfJRYLh8mt1Q tZNcp/smHH7c/oLNHGlTISBTg2NfPJp8nwr7OMi8K39tiKOMF9CB29GYwzG9KoN/6m/k UghlFq/xQRSIpLBRjN0kkv9C4zDIXZAhnjb4ReSary7F9rix5BIsqYctUppUyD8y2RV/ kXkU8gT5tjqUb4XyiLGWhDlDUeRVwqxmipLyIE6N01gll3TdDazvXZLumsV/SXujQx6h vC1Q== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=wvyHxouzCl+a9+lhOUc6kRMSm+020iBFpCzFGPtBTew=; b=QcOd0l34ryGtYinudr/aPRS8JZZNAA0ZGHbCJDm6Gie08mce9AyLBpj4S5YGyOX94v CFOvDNr4wVHk2/UCvT9co4Pmshs9+EBupWEdW7vU0vBw3an5qWqY5alt97uukjCj3gPP hJ27O1YH5qKcpS4bc8/j+jgyIE3WSdixVwWuxLnp14OAJK3TJXL9QapPBdWfkh3qvgb5 o0ouojRx3ytacLjzfOvVe3kbXDAJ8Pzkzm8tKcL4ltDZ9YViP9oXUfAwcQmH/EMR1q3N d6ErafB4qW0opgP9pBDG5U4VYSx8nH3IV0G+DomtC50q4wzsrN6UWqTLFlualpDe9at5 LQ/Q== 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 l20si11037748oil.224.2020.01.16.02.03.52; Thu, 16 Jan 2020 02:04:03 -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 S1730988AbgAPJkd (ORCPT + 99 others); Thu, 16 Jan 2020 04:40:33 -0500 Received: from mx2.suse.de ([195.135.220.15]:35358 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726370AbgAPJkd (ORCPT ); Thu, 16 Jan 2020 04:40:33 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 40574B1AD; Thu, 16 Jan 2020 09:40:31 +0000 (UTC) Date: Thu, 16 Jan 2020 10:40:30 +0100 From: Jean Delvare To: Luca Ceresoli Cc: linux-doc@vger.kernel.org, linux-i2c@vger.kernel.org, Wolfram Sang , Peter Rosin , linux-kernel@vger.kernel.org Subject: Re: [PATCH 05/26] docs: i2c: fix typo Message-ID: <20200116104030.2df59d94@endymion> In-Reply-To: <20200105225012.11701-5-luca@lucaceresoli.net> References: <20200105224006.10321-1-luca@lucaceresoli.net> <20200105225012.11701-1-luca@lucaceresoli.net> <20200105225012.11701-5-luca@lucaceresoli.net> Organization: SUSE Linux X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 5 Jan 2020 23:49:51 +0100, Luca Ceresoli wrote: > Fix "issus" -> "issues". > > Signed-off-by: Luca Ceresoli > Acked-by: Peter Rosin > --- > Documentation/i2c/i2c-topology.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/i2c/i2c-topology.rst b/Documentation/i2c/i2c-topology.rst > index 0875090d6aeb..b413ef6a6773 100644 > --- a/Documentation/i2c/i2c-topology.rst > +++ b/Documentation/i2c/i2c-topology.rst > @@ -169,7 +169,7 @@ PL1. If you build a topology with a parent-locked mux being the child > of another mux, this might break a possible assumption from the > child mux that the root adapter is unused between its select op > and the actual transfer (e.g. if the child mux is auto-closing > - and the parent mux issus I2C-transfers as part of its select). > + and the parent mux issues I2C-transfers as part of its select). > This is especially the case if the parent mux is mux-locked, but > it may also happen if the parent mux is parent-locked. > Reviewed-by: Jean Delvare -- Jean Delvare SUSE L3 Support