Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754043AbdLNR76 (ORCPT ); Thu, 14 Dec 2017 12:59:58 -0500 Received: from mail-qk0-f193.google.com ([209.85.220.193]:44229 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753698AbdLNR74 (ORCPT ); Thu, 14 Dec 2017 12:59:56 -0500 X-Google-Smtp-Source: ACJfBouLaJd3PH55KMtb0/hNiclfvABbGPcXp6imtE99vnmXhVKGMjUEnUKGN8TP43oXLuNnHZemhzXGfbdUkd3G2dE= MIME-Version: 1.0 In-Reply-To: <20171213081309.22851-1-dhaval.shah@softnautics.com> References: <20171213081309.22851-1-dhaval.shah@softnautics.com> From: Andy Shevchenko Date: Thu, 14 Dec 2017 19:59:55 +0200 Message-ID: Subject: Re: [PATCH 0/3] platform/x86: dell-laptop: All the warnings are resolved. To: Dhaval Shah Cc: Matthew Garrett , =?UTF-8?Q?Pali_Roh=C3=A1r?= , Andy Shevchenko , Platform Driver , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 29 On Wed, Dec 13, 2017 at 10:13 AM, Dhaval Shah wrote: > There are total three types of warnings are resolved. > First patch : Block comments use * on subsequent lines > Second patch : Missing a blank line after declarations > third patch : braces {} are not necessary for single statement blocks. > Can we survive without this? Does it break build or alike? > Dhaval Shah (3): > platform/x86: dell-laptop: Block comments use * on subsequent lines > platform/x86: dell-laptop: Missing a blank line after declarations > platform/x86: dell-laptop: braces {} are not necessary for single > statement blocks > > drivers/platform/x86/dell-laptop.c | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > -- > 2.11.0 > -- With Best Regards, Andy Shevchenko