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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79FD0C19F2D for ; Tue, 9 Aug 2022 15:58:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244837AbiHIP6j (ORCPT ); Tue, 9 Aug 2022 11:58:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244829AbiHIP6f (ORCPT ); Tue, 9 Aug 2022 11:58:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 628EF1839A for ; Tue, 9 Aug 2022 08:58:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F2B86612A5 for ; Tue, 9 Aug 2022 15:58:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF6BCC433D6; Tue, 9 Aug 2022 15:58:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660060714; bh=BUuiGJQJ+4x9pC3fv3ORCJp3j2Y5CtBRj3fEisBvXrk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AniPZ1ZD62FXbF9VXUeajJeBjY3Q+TbRCekB0EVb2T2r97xBGWVQTUZVITZwEl1vj XyQadcLce/TZsPLpTNnZV20mu0ha7M+EGEyEvY/UYMpUqIwtk7qa9anRpOfGaviduJ b1tGiXdvuN+v3gDiTCbn+SmkE3XofUQXCbuWHPT0= Date: Tue, 9 Aug 2022 17:58:31 +0200 From: Greg KH To: Simone Serra Cc: fabioaiuto83@gmail.com, soumya.negi97@gmail.com, hdegoede@redhat.com, straube.linux@gmail.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fixes compilation errors after checkpatch warnings Message-ID: References: <20220809143743.742636-1-serrazimone@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220809143743.742636-1-serrazimone@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 09, 2022 at 04:37:43PM +0200, Simone Serra wrote: > This patch fixes compilation errors produced by the previous commit that resolved a number of checkpatch warnings and errors > > Signed-off-by: Simone Serra Sorry, but as you have ignored the previous recommendations on how to correctly submit patches like this, I'm going to have to reject and ignore this as well. best of luck, greg k-h