Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp118363ybb; Tue, 24 Mar 2020 17:59:07 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuxaXHhs/xmw0KM2UWOni47am8mks6Sc9/K82W5KJgsr2eSaR/Z7sB5Rp4LAEWnYUMY4tSW X-Received: by 2002:a9d:404b:: with SMTP id o11mr680107oti.120.1585097947035; Tue, 24 Mar 2020 17:59:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585097947; cv=none; d=google.com; s=arc-20160816; b=0iUbSKD6dEax/AaVZ1IzISm0Mi8CyrFv6XpLRTgwp9dz3/xvmDWFLeesORy3Es5tRZ 0JffsrcYi4hMCSyJPIrT4MvP345PqtbkQD8xkqGi+OAH+Mw7bTmb0+keSO8TbD8ap8/e PU0/6XV33xuVWf7fRrus4qd10ESCa7fImmTprJ6zxXv1b3B8vqXCEG4Rp61//ocoG4cV rPSElVgzkvDMbm/ak5RqzkZ5GAqvhdDiTWOy0tf3Olka3JD1LovGTh++xtSDrnHO2uHl Dif0K06Lr2Hot776WsasyxA1ve75ySwF0RPQ9RGbEUJZk5Tejre7B/Xo7PqN5oqQITP1 68fQ== 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:to:from; bh=gnHPV5oa8QNKbduaUWqY2EnuEHcSXdVU2FyGiK83R0k=; b=BSCaUEArp8wasNtfC/vYYSGNgXKsfdSKyUKdeJ8wWPk8OAgo0vO1ruw/f+3HejsNQ3 uhuOWLGeZFunTDy/SFaDd/FvlbpcdKniteXPHmneBHkzswShr+i0XnYgn33l3dFAOZx+ y7sAOskwVhR11+msbLS70IB1bBX04Jldwq08LRrF9SwCg/3qLn45bMuAmzMe/Oafnpqx 5AkMpiEZ+oqQfmRzlewlwmfmz0n3XIxDl4gDsvf+US42u9WnaBJGOSISGp4h9yKA97bk Dqn2Hcs/0MrHiNQCB4c6ABJ3WQDRLRiSz/wgPESyz0rZIZH1vd6Bj31N8+jjebO+b1s+ VxZA== 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 z9si11951140otj.157.2020.03.24.17.58.38; Tue, 24 Mar 2020 17:59:07 -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 S1727249AbgCYA5m (ORCPT + 99 others); Tue, 24 Mar 2020 20:57:42 -0400 Received: from mta01.start.ca ([162.250.196.97]:43648 "EHLO mta01.start.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727116AbgCYA5m (ORCPT ); Tue, 24 Mar 2020 20:57:42 -0400 Received: from mta01.start.ca (localhost [127.0.0.1]) by mta01.start.ca (Postfix) with ESMTP id 507D9427AF; Tue, 24 Mar 2020 20:57:41 -0400 (EDT) Received: from localhost (dhcp-24-53-240-163.cable.user.start.ca [24.53.240.163]) by mta01.start.ca (Postfix) with ESMTPS id 2230E41F7F; Tue, 24 Mar 2020 20:57:41 -0400 (EDT) From: Nick Bowler To: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] gpio: Fix gpio-f7188x module name in Kconfig help text. Date: Tue, 24 Mar 2020 20:57:07 -0400 Message-Id: <20200325005707.5891-1-nbowler@draconx.ca> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Kconfig help text for the gpio-f7188x driver says that if you compile the driver as a module, the module will be called f7188x-gpio. This is a lie: the module is called gpio-f7188x. Change the help text to be consistent with reality. Signed-off-by: Nick Bowler --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b8013cf90064..8cf91a9fbd18 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -755,7 +755,7 @@ config GPIO_F7188X chips F71869, F71869A, F71882FG, F71889F and F81866. To compile this driver as a module, choose M here: the module will - be called f7188x-gpio. + be called gpio-f7188x. config GPIO_GPIO_MM tristate "Diamond Systems GPIO-MM GPIO support" -- 2.24.1