From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 01/14] soundwire: fix kconfig help format Date: Thu, 2 May 2019 17:07:54 +0200 Message-ID: <20190502150754.GA17197@kroah.com> References: <20190502105930.9889-1-vkoul@kernel.org> <20190502105930.9889-2-vkoul@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id A8F3EF89693 for ; Thu, 2 May 2019 17:07:58 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20190502105930.9889-2-vkoul@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" To: Vinod Koul Cc: alsa-devel@alsa-project.org, Shreyas NC , Sanyog Kale , Pierre-Louis Bossart List-Id: alsa-devel@alsa-project.org On Thu, May 02, 2019 at 04:29:17PM +0530, Vinod Koul wrote: > Move to help format instead of --help-- as that is not recommended and > this makes file consistent with other instance > > Signed-off-by: Vinod Koul > --- > drivers/soundwire/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/soundwire/Kconfig b/drivers/soundwire/Kconfig > index 84876a74874f..53b55b79c4af 100644 > --- a/drivers/soundwire/Kconfig > +++ b/drivers/soundwire/Kconfig > @@ -28,7 +28,7 @@ config SOUNDWIRE_INTEL > select SOUNDWIRE_CADENCE > select SOUNDWIRE_BUS > depends on X86 && ACPI && SND_SOC > - ---help--- > + help > SoundWire Intel Master driver. > If you have an Intel platform which has a SoundWire Master then > enable this config option to get the SoundWire support for that > -- > 2.20.1 > Huh? Pierre-Louis sent this patch before you did. Why did you just rewrite the changelog text a bit and then ignore his authorship and signed-off-by? That's a really really shitty thing to do, I'm going to go take his version of these patches instead, let me see how they line up... greg k-h