From patchwork Sun Jul 19 16:34:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pete Zaitcev X-Patchwork-Id: 11672517 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 96A0B159A for ; Sun, 19 Jul 2020 16:36:09 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6EE7E207EA for ; Sun, 19 Jul 2020 16:36:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="J6PINzdb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6EE7E207EA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kotori.zaitcev.us Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:MIME-Version:Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Owner; bh=yq33qxQaaouhw9Sf7O0QXrmn6boj/gUVghbkPUzLGII=; b=J6PINzdbfHPEaNUeaeqpi2mS5d 8WOL0aEo7QGVMO67LhD78kKt+i0Mln9ohRBL29yPyJ6j1fj05284qqyBv7tlCFqm3rVJ97F8dFlxJ x+qBIDIzEAfbYnacEPXZKd9ooZVK/fdIyk8D/BoSbjKLSOzCOHf4H7k9l0aRmeg5cdxnIWXWXY1wv BNGJFHFUC3UdtIA90i6VS/lIVHkqAJeHhvLVSkzanfIlrvapCQAcsGBoy7lpG8LntiSn2VeNkItXb vS9C4kYGmmkxtHwJgfMhH9ShormiTbAaJPppNJgKcJYBwaN1Ks6PffSu54JG/caEDfnyZg0tCzE0J m7ehANTg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxCGv-0003W5-HO; Sun, 19 Jul 2020 16:34:41 +0000 Received: from takane.zaitcev.us ([96.126.117.152]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxCGt-0003Ve-Eb for linux-arm-kernel@lists.infradead.org; Sun, 19 Jul 2020 16:34:40 +0000 Received: from suzdal.zaitcev.lan (unknown [IPv6:2600:1700:1d1:f0c0:338:b4a6:181c:e64b]) by takane.zaitcev.us (Postfix) with ESMTPSA id 7BAD3D11C; Sun, 19 Jul 2020 10:34:32 -0600 (MDT) Date: Sun, 19 Jul 2020 11:34:31 -0500 From: Pete Zaitcev To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] Documentation/arm: Clean up the description of mach- Message-ID: <20200719113431.0674b4e1@suzdal.zaitcev.lan> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200719_123439_551951_0E266C2D X-CRM114-Status: UNSURE ( 9.81 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Polish the description of machine classes a little bit, remove the duplicate directory name, so the reader does not feel compelled to dig through the output of "git blame". Signed-off-by: Pete Zaitcev --- Documentation/arm/arm.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/arm/arm.rst b/Documentation/arm/arm.rst index 2edc509df92a..99d660fdf73f 100644 --- a/Documentation/arm/arm.rst +++ b/Documentation/arm/arm.rst @@ -184,10 +184,8 @@ Kernel entry (head.S) We group machine (or platform) support code into machine classes. A class typically based around one or more system on a chip devices, and acts as a natural container around the actual implementations. These - classes are given directories - arch/arm/mach- and - arch/arm/mach- - which contain the source files to/include/mach - support the machine class. This directories also contain any machine - specific supporting code. + classes are given directories - arch/arm/mach- - which contain + the source files and include/mach/ to support the machine class. For example, the SA1100 class is based upon the SA1100 and SA1110 SoC devices, and contains the code to support the way the on-board and off-