Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp656998imm; Fri, 14 Sep 2018 04:28:42 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdb3mna5B3jOSUtxH5PGn0xYrSxm7TnDYMMwfh/+CeaQDNAuTa8+ZrW17gi0TEypWSbEci6Q X-Received: by 2002:a65:6292:: with SMTP id f18-v6mr11292090pgv.85.1536924522276; Fri, 14 Sep 2018 04:28:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536924522; cv=none; d=google.com; s=arc-20160816; b=p3XX87DTJvPCyYpgH8ihJjjXQxstlyfErECgTb/3hJUuE8rdKd0/P+bn1tn3cK1JT2 nL+mHfWcJNBUVqEx60/9pRPX0DgmqNpp8XVCREROPETvIyerqAS7YG6jOMMebCoWzb03 JK91lranBO4ZTvRxK42UmBVm6qlmgPnMugASAl3pJhIf8Zbosi45uqh8StJmvfiTg1vN XcZw5YcWhouA8XxXH1p0s6va8h8RbGBMCTi0qh9/rfsTiAsFRPKVTdEl24S9IgrWtxSH bS1+zoNOLnUZCPzCZtDPJ7aT9TGdhsIlRE6ZsGasj+mUBIglJ0xHK4VyBNtCV8yk6EhF Fywg== 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 :message-id:date:subject:cc:to:from; bh=Zt2K/clw8JRzz1bniw/1WLa31mKhUgy2YkFQBAJw0HU=; b=UHSS2NAR2v8xsW3++V/bSzK1MJ256PaMhe0A8z+Qs8T/z9NHYsYyBOpx6aIlLqVtbQ r8X4LvZBCKjAHevHUQHbQW4dfLsTDY1D2KsgBLsfRX/Qm8aDNOpHxPdzfNqJiVD38z5X AIfhhnyjOqzfzop2xmNiIPqPDLIKnNquVQc5uJ5GrIRwfAwj6/ErzO7sPAWRU6QHTiBs BpPr8FQaUXI0od2igk8g05NR1wDfcDZgj+sSXK0LYPI374YFf5WW0TIKbNSW8s0bjQKl CcWAS+QpE8zVjdeFqaDJNXmjiyL1F9BzV8SJgMGunJERTw17Ija2qJcewaxagjiU2EVj nygg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y22-v6si6468802pgj.436.2018.09.14.04.28.27; Fri, 14 Sep 2018 04:28:42 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728271AbeINQlf (ORCPT + 99 others); Fri, 14 Sep 2018 12:41:35 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:57066 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727726AbeINQlf (ORCPT ); Fri, 14 Sep 2018 12:41:35 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1g0mFz-0000EH-Oi; Fri, 14 Sep 2018 11:27:27 +0000 From: Colin King To: Vineet Gupta , linux-snps-arc@lists.infradead.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARC: fix spelling mistake "entires" -> "entries" Date: Fri, 14 Sep 2018 12:27:27 +0100 Message-Id: <20180914112727.4276-1-colin.king@canonical.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King Trivial fix to spelling mistake in Kconfig Signed-off-by: Colin Ian King --- arch/arc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index b4441b0764d7..a045f3086047 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -149,7 +149,7 @@ config ARC_CPU_770 Support for ARC770 core introduced with Rel 4.10 (Summer 2011) This core has a bunch of cool new features: -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4) - Shared Address Spaces (for sharing TLB entires in MMU) + Shared Address Spaces (for sharing TLB entries in MMU) -Caches: New Prog Model, Region Flush -Insns: endian swap, load-locked/store-conditional, time-stamp-ctr -- 2.17.1