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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B9359C48BF5 for ; Sat, 17 Feb 2024 07:59:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3ZoN7ZDWKok7W15MkKXAYIn7O5khpwPusFlkoLvSFpo=; b=qoX+upJSzSaEkg jfGgv82Rx4BHwO+S+TAZWS9wAumqAL5T+bSF96RupDNgpV9XAhIqhFVV2AOBlAVeapln29AQxRkQ6 lx+5+kUHDA9xT8ELmPhQt1FNDxrdkKfMFbmzrlzg0Wx/RoeWbse5ZPzioGS81sq3k/igiEZB6I5kH yQaVXAP3G2P0hSQMzBCPXaIGztA//ZAjFnJRJ2mR+huRXgo5gOXbIwQggMBpWoIjmpMcKsH/RoUP+ rLfSgFd2cUrberXIcNz9eXewKLPbg2Ff9ttgYosMd0UwLybS+ojs6DmW+krBz/p/xe2ISe8dMrhBt KX4izUuAXjf04QAk+IYw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rbFbS-00000004rVi-0qHb; Sat, 17 Feb 2024 07:59:18 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rbFbP-00000004rV0-2SpX; Sat, 17 Feb 2024 07:59:17 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id B0DDECE213B; Sat, 17 Feb 2024 07:59:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98CF8C433C7; Sat, 17 Feb 2024 07:59:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708156751; bh=Fj0dXMKY5VCd6XyOaiCGaCBR8SMIRKG0Efhdh2fkTK8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VNRUKafkMlqK1ALUoWMV41GexY+YTKn8UgxvIO7IcAfx06acn55JBiWLU7Qu3bP4H 5dIoXV8k0IA4LnxY0KfS+1ZEjYV+Ff5eutejVehiq5QiiPVL25OUnyibLKsK5BoAB2 Jb9SxXlM3HIGjiI48yzRhehIRidTS/2l2g7uYGBk= Date: Sat, 17 Feb 2024 08:59:07 +0100 From: Greg KH To: "Moritz C. Weber" Cc: florian.fainelli@broadcom.com, linux-staging@lists.linux.dev, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: vc04_services: bcm2835-camera: fixed several brace coding style checks Message-ID: <2024021727-maritime-barterer-f536@gregkh> References: <20240215220647.4096-1-mo.c.weber@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240215220647.4096-1-mo.c.weber@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240216_235915_824828_7A647927 X-CRM114-Status: GOOD ( 17.90 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Feb 15, 2024 at 11:06:47PM +0100, Moritz C. Weber wrote: > Fixed coding style checks raised by checkpatch > > Signed-off-by: Moritz C. Weber > --- > .../bcm2835-camera/bcm2835-camera.c | 62 +++++++++---------- > 1 file changed, 29 insertions(+), 33 deletions(-) Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - Your patch did many different things all at once, making it difficult to review. All Linux kernel patches need to only do one thing at a time. If you need to do multiple things (such as clean up all coding style issues in a file/driver), do it in a sequence of patches, each one doing only one thing. This will make it easier to review the patches to ensure that they are correct, and to help alleviate any merge issues that larger patches can cause. - You did not specify a description of why the patch is needed, or possibly, any description at all, in the email body. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what is needed in order to properly describe the change. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel