Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp821150ybg; Wed, 3 Jun 2020 14:47:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwe3ZnTUZKy1gaTP9/DilRZKxM8rg4Ls4gd3C76hcOe5mm6AWgkTgmNrABud1O5UrIlEt5p X-Received: by 2002:a17:906:14d5:: with SMTP id y21mr1217443ejc.378.1591220835071; Wed, 03 Jun 2020 14:47:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591220835; cv=none; d=google.com; s=arc-20160816; b=T4wDOQ3/YzbVFbG+2fPqBrvIYgb7pFNiVShleZY0jhIobqf2/vvIklnsYZ4TY2ebhl wzvu6bqyqNI0RvaXrbfddZYHG5eWbL0H/zclYpJkq1OcunIiAwFbqo7xda9mntNXaqH0 C8FhNOE2fWAkqSfap5YpwHX2P/zhatusEI4H1QiQqReSQoxOKF6FlZZuZlNclxAkreNm y3GM9Zmj1qn8CMF0Z2MxELYCvbKTkLHvDtW87+woybytHoGIj+YkJeedFiFaRsUeyv1c CJDH+PQs6Ohpedi5Y5bWiQFNC12jstXj/Qy5pme7FMMm96fgtmxee19G8SkYbe6PrZTd D7YA== 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:message-id:subject:cc:to:from:date; bh=90aJusyVT7SpyaDXiLWEwA7CoqDuRfMrQZ3kVORvWVQ=; b=st8N0gqtvIB/HNTRH5msklsAwRmGGF0H46+2F/MOh+BXh5ydi65deqVQWP6iKCFdv+ exvySnNsQTvwK4MgbR4EGItG5rfeu5TYn101H4Qlaqhceeu0kgZnQrrC7oWeuf9qfTz0 FS+y/zYKm9q1Sti4wfF5JVkLCL2wvSvuiUexORJoxOyPdI55/g+ZxrGw/zUhIuxI2onK ziyC6AfvJTl/SKlc89ofMCNBLkyvXCl68oxELHvnXd16LUUtsGa0Kz5HrDZOVj9vyNTQ lpFSe/cUhuUcT99zUAdvU0osSWGkK7QdrajcVoUf9dNWC/eQneWXOyK6qf+D78ONGZ+O viMA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g25si422607edy.603.2020.06.03.14.46.50; Wed, 03 Jun 2020 14:47:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726186AbgFCVoJ (ORCPT + 99 others); Wed, 3 Jun 2020 17:44:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725961AbgFCVoI (ORCPT ); Wed, 3 Jun 2020 17:44:08 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B54D4C08C5C0 for ; Wed, 3 Jun 2020 14:44:08 -0700 (PDT) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id E7CED37C; Wed, 3 Jun 2020 21:44:07 +0000 (UTC) Date: Wed, 3 Jun 2020 15:44:06 -0600 From: Jonathan Corbet To: Thomas Gleixner , Jason Cooper , Marc Zyngier Cc: LKML , Jiaxun Yang Subject: [PATCH] irqchip: Fix the description of the Loongson PCH MSI controller Message-ID: <20200603154406.189594a5@lwn.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit 632dcc2c75ef ("irqchip: Add Loongson PCH MSI controller") appears to suffer from a lack of copy-and-paste fixup, with the result that the KConfig description describes the wrong device. Avoid potential user confusion by getting the right acronym where it was meant to be. Signed-off-by: Jonathan Corbet --- drivers/irqchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 66b9a68f5e9f..d7c920afcfcb 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -550,7 +550,7 @@ config LOONGSON_PCH_PIC Support for the Loongson PCH PIC Controller. config LOONGSON_PCH_MSI - bool "Loongson PCH PIC Controller" + bool "Loongson PCH MSI Controller" depends on MACH_LOONGSON64 || COMPILE_TEST depends on PCI default MACH_LOONGSON64 -- 2.26.2