From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751068AbdA1JL4 (ORCPT ); Sat, 28 Jan 2017 04:11:56 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39860 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750792AbdA1JLo (ORCPT ); Sat, 28 Jan 2017 04:11:44 -0500 Date: Sat, 28 Jan 2017 10:11:50 +0100 From: Greg KH To: Martin Karamihov Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Larry.Finger@lwfinger.net Subject: Re: [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces {} Message-ID: <20170128091150.GA18764@kroah.com> References: <20170128084910.7975-1-martinowar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170128084910.7975-1-martinowar@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 28, 2017 at 10:49:10AM +0200, Martin Karamihov wrote: > Signed-off-by: Martin Karamihov > --- > checkpatch fixes: remove not necessary braces {sigh} Please take some time, and go read Documentation/SubmittingPatches. Then wait a day, review the patches that other people send out, and then compose your patch to match the requirements and what you see other people do. good luck! greg k-h