From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C740F10940; Thu, 11 Jan 2024 09:27:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Ymglk+mU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2CC8C433C7; Thu, 11 Jan 2024 09:27:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1704965224; bh=LDdBXtXC1Q6CzekGGAaKheRuGxlH7OUhkHk4mOiLGk0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ymglk+mUPZhjJyZ4VwEnOKMK1iE79L88gbGxtnSYOkvkQjcKK8YOeeiyTu5oPFwXA Uv3VMyVLQJPs+ZPK50UrenbMMDTciUk5rKpl5fIXmPFHWVV47DZk3Mwd2aDnSEx/n6 qjmzp5iPBdoaxABxbY7OXJfg1WddUWGdHHO3kZ/w= Date: Thu, 11 Jan 2024 10:27:01 +0100 From: Greg Kroah-Hartman To: Pranav Athreya Cc: Forest Bond , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vt6655: Remove extra blank lines between code blocks Message-ID: <2024011144-sinister-baking-952d@gregkh> References: <20240111070652.71717-1-pranavsubbu@gmail.com> <2024011144-silica-viral-9e79@gregkh> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Jan 11, 2024 at 02:39:54PM +0530, Pranav Athreya wrote: > My apologies, resending this as plain text. > > Greg, > > Thank you for reviewing my patch! Shall I amend the commit and send a > revision of the patch? Yes, please read the kernel documentation for how to submit a new version of a patch. thanks, greg k-h