Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754023AbdLNR7L (ORCPT ); Thu, 14 Dec 2017 12:59:11 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:35130 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753668AbdLNR7J (ORCPT ); Thu, 14 Dec 2017 12:59:09 -0500 X-Google-Smtp-Source: ACJfBoss+xRcQoav2KYt0kghjz5cqrnVy+OJvqedYJlStn/WEpFGHcDGQaWot16710piga5NJRC8wyNnoMSRQcwwfsE= MIME-Version: 1.0 In-Reply-To: <20171213082105.23082-1-dhaval.shah@softnautics.com> References: <20171213082105.23082-1-dhaval.shah@softnautics.com> From: Andy Shevchenko Date: Thu, 14 Dec 2017 19:59:07 +0200 Message-ID: Subject: Re: [PATCH] platform/x86: dell-smbios: Block comments use * on subsequent lines To: Dhaval Shah Cc: =?UTF-8?Q?Pali_Roh=C3=A1r?= , Mario Limonciello , "dvhart@infradead.org" , 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: 1050 Lines: 36 On Wed, Dec 13, 2017 at 10:21 AM, Dhaval Shah wrote: > Resolved Block comments use * on subsequent lines checkpatch warnings. > Issue found by checkpatch. > Same comments as for the other like this > Signed-off-by: Dhaval Shah > --- > drivers/platform/x86/dell-smbios.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/platform/x86/dell-smbios.c b/drivers/platform/x86/dell-smbios.c > index 6a60db515bda..25a296c90e08 100644 > --- a/drivers/platform/x86/dell-smbios.c > +++ b/drivers/platform/x86/dell-smbios.c > @@ -353,7 +353,8 @@ static void __init parse_da_table(const struct dmi_header *dm) > container_of(dm, struct calling_interface_structure, header); > > /* 4 bytes of table header, plus 7 bytes of Dell header, plus at least > - 6 bytes of entry */ > + * 6 bytes of entry > + */ > > if (dm->length < 17) > return; > -- > 2.11.0 > -- With Best Regards, Andy Shevchenko