Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753273AbdHOGs6 (ORCPT ); Tue, 15 Aug 2017 02:48:58 -0400 Received: from mga09.intel.com ([134.134.136.24]:27148 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752849AbdHOGs4 (ORCPT ); Tue, 15 Aug 2017 02:48:56 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,376,1498546800"; d="scan'208";a="137521852" Message-ID: <1502779721.2591.4.camel@intel.com> Subject: Re: [PATCH v4 2/4] thermal: add brcmstb AVS TMON driver From: Zhang Rui To: =?UTF-8?Q?Rafa=C5=82_Mi=C5=82ecki?= Cc: Markus Mayer , Eduardo Valentin , Rob Herring , Mark Rutland , Doug Berger , Brian Norris , Gregory Fong , Florian Fainelli , Russell King , Catalin Marinas , Will Deacon , Arnd Bergmann , Olof Johansson , Broadcom Kernel List , Power Management List , Device Tree List , ARM Kernel List , Linux Kernel Mailing List , Markus Mayer Date: Tue, 15 Aug 2017 14:48:41 +0800 In-Reply-To: <95da51df3cadbb05f721f2e5b8d59f8d@milecki.pl> References: <20170809220257.4234-1-code@mmayer.net> <20170809220257.4234-3-code@mmayer.net> <1502777298.2591.1.camel@intel.com> <95da51df3cadbb05f721f2e5b8d59f8d@milecki.pl> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1271 Lines: 39 On Tue, 2017-08-15 at 08:42 +0200, Rafał Miłecki wrote: > On 2017-08-15 08:08, Zhang Rui wrote: > > > > > > > > diff --git a/drivers/thermal/broadcom/Kconfig > > > b/drivers/thermal/broadcom/Kconfig > > > index 42c098e..c106a15 100644 > > > --- a/drivers/thermal/broadcom/Kconfig > > > +++ b/drivers/thermal/broadcom/Kconfig > > > @@ -6,6 +6,13 @@ config BCM2835_THERMAL > > >   help > > >     Support for thermal sensors on Broadcom bcm2835 SoCs. > > >   > > > +config BRCMSTB_THERMAL > > > + tristate "Broadcom STB AVS TMON thermal driver" > > > + depends on ARCH_BRCMSTB || COMPILE_TEST > > > + help > > > +   Enable this driver if you have a Broadcom STB SoC and > > > would like > > > +   thermal framework support. > > > + > > I don't understand why I got the following checkpatch warning > > > > WARNING: please write a paragraph that describes the config symbol > > fully > > #73: FILE: drivers/thermal/broadcom/Kconfig:9: > > +config BRCMSTB_THERMAL > > > > I didn't see this for other Kconfig changes. > It's because your help message is only 2 lines long (instead of 3). > > Some (many?) maintainers aren't pedantic about that, a common sense  > should > be applied ;) thanks for explaining. Patch 1 and 2 queued for next merge window. -rui