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 4DC25EB64DC for ; Wed, 21 Jun 2023 12:35:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230510AbjFUMfB (ORCPT ); Wed, 21 Jun 2023 08:35:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231958AbjFUMey (ORCPT ); Wed, 21 Jun 2023 08:34:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD9DD122; Wed, 21 Jun 2023 05:34:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5907F61557; Wed, 21 Jun 2023 12:34:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34D08C433C8; Wed, 21 Jun 2023 12:34:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687350892; bh=HUK+2Pf/1vVdz2BpYCSLWgvpypSBQV0pJcvu0NwNaBY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IefTF8yyUuBk68bb6/aMl2PZgESWD+7uHcHW86L04b1lA1NSNnPZ/VvrZEpBD62o+ YulJV/OjhYm7qlccjPorHdC3ZFUPvOwyBfGdcQYaonY+uVIBSqYIY48zgPGdLHezNx XYHrLEt+aGeeyFO6KANpHhVwT+JN5FxtK0fCvXxU= Date: Wed, 21 Jun 2023 14:34:47 +0200 From: Greg KH To: emma Cc: ezequiel@vanguardiasur.com.ar, mchehab@kernel.org, linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Subject: [PATCH] media: rkvdec: removed redundant blank line Message-ID: <2023062124-goldsmith-matcher-edbf@gregkh> References: <20230621092223.10805-1-emma.t.christy@gmail.com> <2023062136-drench-pasty-79a2@gregkh> <20230621151806.6b56f121@emma-rogzephyrusg14ga401iv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230621151806.6b56f121@emma-rogzephyrusg14ga401iv> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Wed, Jun 21, 2023 at 03:18:06PM +0300, emma wrote: > On Wed, 21 Jun 2023 12:51:11 +0200 > Greg KH wrote: > > > On Wed, Jun 21, 2023 at 12:22:23PM +0300, emma christy wrote: > > > Adhere to Linux kernel coding style. Removed redundant blank line. > > > Issue found by checkpatch. > > > > > > Signed-off-by: emma christy > > > > You might need to write this as "Emma Christy", right? > > > > Also, your "Subject" line has an additional [PATCH] and "Subject:" in > > it somehow. > > > > thanks, > > > > greg k-h > > I am sorry for the errors, I am still new at this. > > I did mean to sign as "Emma Christy". Should I resubmit the patch, > because of this? We can't accept it because of this issue, and the "Subject:" issue, so yes, you will need to send a v2 of this. thanks, greg k-h