From patchwork Wed Apr 5 07:31:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Seo X-Patchwork-Id: 13201293 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C0DCC7619A for ; Wed, 5 Apr 2023 07:31:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237195AbjDEHb3 (ORCPT ); Wed, 5 Apr 2023 03:31:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236778AbjDEHbN (ORCPT ); Wed, 5 Apr 2023 03:31:13 -0400 Received: from s.wrqvtzvf.outbound-mail.sendgrid.net (s.wrqvtzvf.outbound-mail.sendgrid.net [149.72.126.143]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7ACD74EDD for ; Wed, 5 Apr 2023 00:31:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=equiv.tech; h=from:subject:in-reply-to:references:mime-version:cc: content-transfer-encoding:content-type:cc:content-type:from:subject:to; s=org; bh=HoPh/Ucn4T55an3hAyMyebHQEpRQ6pkjUilxlT4S6sQ=; b=adSfsVHZbL5bGTWBjjhUKHaaPfM7f4EqfJ6XskSPPpBZCFGxRLp1lwKNvsmiR1yTEcHE HaCsuONcdRn0OFm3o04s58QqXCvnAeaeoRAMOhW87EN4fjpwHpa1VxQSbkr0nWoK7hJ3+w HkQ5GdeXIj7cV8bgUYYNxWrIVmZrVYwu8= Received: by filterdrecv-5848969764-6b8cb with SMTP id filterdrecv-5848969764-6b8cb-1-642D23B9-22 2023-04-05 07:31:05.503007987 +0000 UTC m=+3657528.108268007 Received: from localhost (unknown) by geopod-ismtpd-5 (SG) with ESMTP id ofnNMQBPQYC9uyx0dKODXQ Wed, 05 Apr 2023 07:31:05.328 +0000 (UTC) From: James Seo Subject: [PATCH 1/2] hwmon: remove trailing whitespace in Kconfig Date: Wed, 05 Apr 2023 07:31:05 +0000 (UTC) Message-Id: <20230405073056.53466-2-james@equiv.tech> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230405073056.53466-1-james@equiv.tech> References: <20230405073056.53466-1-james@equiv.tech> MIME-Version: 1.0 X-SG-EID: 1X41iaRO4wVP+tFXGLuxpQ0yxxMDhGIesR5UcsYKVengQKgidLJSXwOMZlPQwPWsKS14j+js7oLIknBGD/Q37Iiq1gpjGbBVPmgYaeM9BT32Kn3H0lG6uMV6Psg8mJ9VXEgoyaSlmI1kMyBhe+wSv7K2vDo2sU8zllm6Q7v14xP5BkwahnKbw3ok/GWwPkLh83dPb6rxc5qeuC32igtG2KZrvdzn160AfEYAm75qggRt5ERbXIlhUEH3iX/1CGsx Cc: Jean Delvare , Guenter Roeck , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, James Seo X-Entity-ID: Y+qgTyM7KJvXcwsg19bS4g== To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Remove an unneeded trailing space. Signed-off-by: James Seo --- drivers/hwmon/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 5b3b76477b0e..0d6b60b8d0d2 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1976,7 +1976,7 @@ config SENSORS_ADS7871 config SENSORS_AMC6821 tristate "Texas Instruments AMC6821" - depends on I2C + depends on I2C help If you say yes here you get support for the Texas Instruments AMC6821 hardware monitoring chips.