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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 004B7C43219 for ; Tue, 30 Apr 2019 14:14:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C099A20652 for ; Tue, 30 Apr 2019 14:14:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727858AbfD3ON7 (ORCPT ); Tue, 30 Apr 2019 10:13:59 -0400 Received: from mga12.intel.com ([192.55.52.136]:14479 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726436AbfD3ON7 (ORCPT ); Tue, 30 Apr 2019 10:13:59 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Apr 2019 07:13:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,414,1549958400"; d="scan'208";a="138731419" Received: from linux.intel.com ([10.54.29.200]) by orsmga008.jf.intel.com with ESMTP; 30 Apr 2019 07:13:58 -0700 Received: from brettjgr-mobl1.ger.corp.intel.com (unknown [10.254.180.216]) by linux.intel.com (Postfix) with ESMTP id CD494580372; Tue, 30 Apr 2019 07:13:56 -0700 (PDT) Subject: Re: [alsa-devel] [PATCH v3 2/5] soundwire: fix style issues To: Greg KH Cc: alsa-devel@alsa-project.org, tiwai@suse.de, linux-kernel@vger.kernel.org, liam.r.girdwood@linux.intel.com, Vinod Koul , broonie@kernel.org, srinivas.kandagatla@linaro.org, jank@cadence.com, joe@perches.com, Sanyog Kale References: <20190411031701.5926-1-pierre-louis.bossart@linux.intel.com> <20190411031701.5926-3-pierre-louis.bossart@linux.intel.com> <20190414095839.GG28103@vkoul-mobl> <08ea1442-361a-ecfc-ca26-d3bd8a0ec37b@linux.intel.com> <20190430085153.GS3845@vkoul-mobl.Dlink> <9866ac8c-103d-22cd-a639-a71c39a685c2@linux.intel.com> <20190430140526.GB18986@kroah.com> From: Pierre-Louis Bossart Message-ID: Date: Tue, 30 Apr 2019 09:13:55 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190430140526.GB18986@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > My patch-bot would reject a patch that tried to do multiple types of > different cleanups on the same file(s). Has done so for _years_, this > is not a new thing. If there are tools let's use them (all the fixes in this series were reported by tools). Can you share pointers and location of this patch-bot?