From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,URIBL_DBL_ABUSE_MALW,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F07DC33CB2 for ; Sat, 1 Feb 2020 01:52:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F13F2206F0 for ; Sat, 1 Feb 2020 01:52:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Q6XHR6t4" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726548AbgBABwb (ORCPT ); Fri, 31 Jan 2020 20:52:31 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:53678 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726475AbgBABwb (ORCPT ); Fri, 31 Jan 2020 20:52:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=cWI5O2cv+SeehZ9KuYC3J+GruZ97y+6ngsaLCn03r54=; b=Q6XHR6t45O7XpvUbyEbEUFjde Gma0A+VGZJ3dz7NdLu04brCnvedzP+ot5Cmm07EAcBkqSd/ezAObJ0V9tAwKZx/z2PsILNmOWySU7 U1p6FVo/1vYdGHJnBFG6tp+BZy5mp1aMweny5MYoPnrk22nVN6NF91k3X0WGws+P1XuOLmvhKUiws xJA3svr5btcjL+e8DXr5RsTwMFzL5pe8L32PNzG1/pvizbvVypPb0z/K8MztjBLxK5WKg5YsMbp/l G5QTchdlGobhev/MBrPkxpS0Z5Ufe1+1aBTR/39pXk4hxeAoINoxgkACesqcbTjJZFnNAE1vxyquo zytcPJrSw==; Received: from [2601:1c0:6280:3f0::19c2] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1ixhxX-0005ol-8s; Sat, 01 Feb 2020 01:52:31 +0000 To: LKML , Andrew Morton Cc: Guo Ren , linux-csky@vger.kernel.org From: Randy Dunlap Subject: [PATCH] arch/csky: fix some Kconfig typos Message-ID: Date: Fri, 31 Jan 2020 17:52:30 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-csky-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-csky@vger.kernel.org From: Randy Dunlap Fix wording in help text for the CPU_HAS_LDSTEX symbol. Signed-off-by: Randy Dunlap Cc: Guo Ren Cc: linux-csky@vger.kernel.org --- arch/csky/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200131.orig/arch/csky/Kconfig +++ linux-next-20200131/arch/csky/Kconfig @@ -77,7 +77,7 @@ config CPU_HAS_TLBI config CPU_HAS_LDSTEX bool help - For SMP, CPU needs "ldex&stex" instrcutions to atomic operations. + For SMP, CPU needs "ldex&stex" instructions for atomic operations. config CPU_NEED_TLBSYNC bool