From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 0102E6D0D for ; Thu, 8 Apr 2021 08:00:45 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 04A2B6113D; Thu, 8 Apr 2021 08:00:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617868845; bh=5feZWCmUqFMfNFqnz13xTcDntlaU3T5HOPga2qriT8Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rpKEMNf7LmAtxXpAo7IkN/7xToOFP1RZs7lk5id+muAmO5HWnvFBrtiux5c86t4wC nA5y9Vq/eEbvtK/LbeR0WZqr20OZ0D+SAkrFDWYaiIRCb6T8i0LUAwXJ8Bc2UDe2eF 52PQbRXLFvPdZHx/dHg8/RBbZ9rrQo3yEryyOHtI= Date: Thu, 8 Apr 2021 10:00:42 +0200 From: Greg KH To: Mitali Borkar Cc: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, mitali_s@me.iitr.ac.in Subject: Re: [PATCH] staging: rtl8712: removed unnecessary blank line Message-ID: References: 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, Apr 08, 2021 at 01:17:49PM +0530, Mitali Borkar wrote: > Cleanup patch for CHECK: blank lines aren't necessary after an open > brace '{' > Reported by checkpatch But you did more than just the above in this patch, which is not ok :(