Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1261347yba; Thu, 4 Apr 2019 07:23:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqxvXmZN130c+LFo4jnmWh957rtHLcD3KNhBXpE7LfYBq0/FtXAsjI/zIKQ1kOAyuckziUwM X-Received: by 2002:a62:5ec2:: with SMTP id s185mr6193055pfb.16.1554387810239; Thu, 04 Apr 2019 07:23:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554387810; cv=none; d=google.com; s=arc-20160816; b=DmiepxckZqLyoNQ0X6EqTnNRh67TEYolAPcr+RjcDhbris+riur+9+FHyFAs5tcDYV 7W5/+jXX7f6GAPp1QMzcM8SuL0QU9GX+OCFsfU7qEcpq7YP1J3/LkDJ87h6gFQ+5pnoD wYaLhIlSiDvUkEOL62z8yo8i+njArZebltpvpVa5uYlcNeqp1hsn2wd3aFPrj6zFyMAg Gr97OMhkfM1S8RUqR7v7vvmsIZcU0Gey+I8eAfWVNzZ5Cs0YnVB6mL6MKF5OMQqNjJr0 yxEqN4/UAiZh37LYSJEpx6zv81weYH9Rfh/ar+h+oEptxPuv/N8AuO8OLBvY15YpYEYC tptQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=tPUZ5cakgAJb7VbUAxKyQ7bvFmaJKa1HsJw7CbJveNg=; b=guiFKfM87zsDQoAk/QEyNkSEiAL6dwTujUZfWcJWaIvAQMsFHbDw9Sjytg7VLULlkz cfa/FEbJjqtozl9v+gQiA4Er8KB8v/eY65A+GRAQhAejyvCsmQNKCU51GgqiyTlW8nkp nU8wOShiTVaat7BrV7OEMqlgryfDOJQ/UZMqSECXiSs6KkBgDVb4FbnzIW7ygvEctQmg 9cUiux3oKwyQlnsNwNYGNKOAYfsTYBHn3W+6W2yAV1kDt/3FNHVA5wXLesgQ4oRQpwep cTEKcF4c0Vl2g3z/lwxrwSkqILcz4xPTIqVff2+eKOt8AXcwzQk/EQnWyByuOXTXSQMO bc8g== 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 a3si17223936pln.353.2019.04.04.07.23.15; Thu, 04 Apr 2019 07:23:30 -0700 (PDT) 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 S1728764AbfDDOWj (ORCPT + 99 others); Thu, 4 Apr 2019 10:22:39 -0400 Received: from muru.com ([72.249.23.125]:44392 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726618AbfDDOWi (ORCPT ); Thu, 4 Apr 2019 10:22:38 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id EE9AF80D4; Thu, 4 Apr 2019 14:22:51 +0000 (UTC) Date: Thu, 4 Apr 2019 07:22:34 -0700 From: Tony Lindgren To: Mukesh Ojha Cc: Colin King , Rob Herring , Mark Rutland , Faiz Abbas , devicetree@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][V2] Documentation: bus: ti-sysc: fix spelling mistakes "multipe" and "interconnet" Message-ID: <20190404142234.GF49658@atomide.com> References: <20190404111657.21477-1-colin.king@canonical.com> <46156ce3-7b5d-2545-41f2-5816ae9c1a5a@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46156ce3-7b5d-2545-41f2-5816ae9c1a5a@codeaurora.org> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mukesh Ojha [190404 11:23]: > > On 4/4/2019 4:46 PM, Colin King wrote: > > From: Colin Ian King > > > > There is are a couple of spelling mistakes in the Documentation. Fix them. Thanks will pick this up for v5.2. Regards, Tony