From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2911C4361A for ; Fri, 4 Dec 2020 11:47:50 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2741A22A85 for ; Fri, 4 Dec 2020 11:47:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2741A22A85 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 87D7D1867; Fri, 4 Dec 2020 12:46:58 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 87D7D1867 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1607082468; bh=F+/ErHovTdtUsCMpIvEKrgPVJOpwVez3+Uw4pVqQnXM=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=qVTQyYlHDMpfPQTlKTcwFhEEjxkqZjLTbzge6J84y9tBQjKRftp+XvmGzVGIIUrJ9 Xnkz0pdFMhH+Jf/eyNNfo0SfiSTZA4JGgSGaN64jfjFE1wIeTVVaUZZdyCHlTrPLhw taxrS29jB+6ND617f8NcyCHZ3vpZWI/0lbPuGxls= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 0A80CF80273; Fri, 4 Dec 2020 12:46:58 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 2E4DDF80278; Fri, 4 Dec 2020 12:46:56 +0100 (CET) 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 3A4D6F8012A for ; Fri, 4 Dec 2020 12:46:47 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 3A4D6F8012A Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="lCi+qOLQ" Date: Fri, 4 Dec 2020 12:48:01 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607082405; bh=F+/ErHovTdtUsCMpIvEKrgPVJOpwVez3+Uw4pVqQnXM=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=lCi+qOLQegcb1zS0cQxC6f3qalRxPBxOGNFLeqnQnpnhL8KrPTeDz11jk5YYAG4YW ODrdlMvx89SV4f6XpOJUwGwjthd3ygdvOwVXN/TdFeG/yxZj1ATvi8gOlYXt7lO1iZ DPPoLdfHnWsVA+fm38acp7krMijKmzrgSEtaDY+k= From: Greg KH To: Dan Williams Subject: Re: [PATCH 3/3] driver core: auxiliary bus: minor coding style tweaks Message-ID: References: <160695681289.505290.8978295443574440604.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Pierre-Louis Bossart , alsa-devel@alsa-project.org, Kiran Patil , linux-rdma@vger.kernel.org, Shiraz Saleem , Martin Habets , lgirdwood@gmail.com, Ranjani Sridharan , Fred Oh , broonie@kernel.org, jgg@nvidia.com, Dave Ertman , kuba@kernel.org, netdev@vger.kernel.org, Leon Romanovsky , davem@davemloft.net, linux-kernel@vger.kernel.org, Parav Pandit X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Fri, Dec 04, 2020 at 12:44:24PM +0100, Greg KH wrote: > From: Greg Kroah-Hartman > > For some reason, the original aux bus patch had some really long lines > in a few places, probably due to it being a very long-lived patch in > development by many different people. Fix that up so that the two files > all have the same length lines and function formatting styles. > > Signed-off-by: Greg Kroah-Hartman > --- > drivers/base/Kconfig | 2 +- > drivers/base/auxiliary.c | 58 ++++++++++++++++++++++------------------ > 2 files changed, 33 insertions(+), 27 deletions(-) > > diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig > index 040be48ce046..ba52b2c40202 100644 > --- a/drivers/base/Kconfig > +++ b/drivers/base/Kconfig > @@ -2,7 +2,7 @@ > menu "Generic Driver Options" > > config AUXILIARY_BUS > - bool > + tristate "aux bus!" > > config UEVENT_HELPER > bool "Support for uevent helper" Argh, wrong version of this patch, this was added locally for me to test with, let me fix up and resend a v2 of this patch. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4210AC4361B for ; Fri, 4 Dec 2020 11:47:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0FA0322A99 for ; Fri, 4 Dec 2020 11:47:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729150AbgLDLr0 (ORCPT ); Fri, 4 Dec 2020 06:47:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:40066 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727319AbgLDLrZ (ORCPT ); Fri, 4 Dec 2020 06:47:25 -0500 Date: Fri, 4 Dec 2020 12:48:01 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607082405; bh=F+/ErHovTdtUsCMpIvEKrgPVJOpwVez3+Uw4pVqQnXM=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=lCi+qOLQegcb1zS0cQxC6f3qalRxPBxOGNFLeqnQnpnhL8KrPTeDz11jk5YYAG4YW ODrdlMvx89SV4f6XpOJUwGwjthd3ygdvOwVXN/TdFeG/yxZj1ATvi8gOlYXt7lO1iZ DPPoLdfHnWsVA+fm38acp7krMijKmzrgSEtaDY+k= From: Greg KH To: Dan Williams Cc: broonie@kernel.org, lgirdwood@gmail.com, davem@davemloft.net, kuba@kernel.org, jgg@nvidia.com, Kiran Patil , Ranjani Sridharan , Fred Oh , Leon Romanovsky , Dave Ertman , Pierre-Louis Bossart , Shiraz Saleem , Parav Pandit , Martin Habets , linux-rdma@vger.kernel.org, netdev@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] driver core: auxiliary bus: minor coding style tweaks Message-ID: References: <160695681289.505290.8978295443574440604.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Fri, Dec 04, 2020 at 12:44:24PM +0100, Greg KH wrote: > From: Greg Kroah-Hartman > > For some reason, the original aux bus patch had some really long lines > in a few places, probably due to it being a very long-lived patch in > development by many different people. Fix that up so that the two files > all have the same length lines and function formatting styles. > > Signed-off-by: Greg Kroah-Hartman > --- > drivers/base/Kconfig | 2 +- > drivers/base/auxiliary.c | 58 ++++++++++++++++++++++------------------ > 2 files changed, 33 insertions(+), 27 deletions(-) > > diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig > index 040be48ce046..ba52b2c40202 100644 > --- a/drivers/base/Kconfig > +++ b/drivers/base/Kconfig > @@ -2,7 +2,7 @@ > menu "Generic Driver Options" > > config AUXILIARY_BUS > - bool > + tristate "aux bus!" > > config UEVENT_HELPER > bool "Support for uevent helper" Argh, wrong version of this patch, this was added locally for me to test with, let me fix up and resend a v2 of this patch. thanks, greg k-h