From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 719B1C47080 for ; Mon, 24 May 2021 08:48:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 56520610A5 for ; Mon, 24 May 2021 08:48:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232552AbhEXItr (ORCPT ); Mon, 24 May 2021 04:49:47 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:46799 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232546AbhEXItk (ORCPT ); Mon, 24 May 2021 04:49:40 -0400 Received: (Authenticated sender: hadess@hadess.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 27FAB1C0005; Mon, 24 May 2021 08:48:09 +0000 (UTC) Message-ID: <3bd72f4181488c0066eee1674afaf26fea1d3a0c.camel@hadess.net> Subject: Re: [PATCH] touchscreen/goodix.c:unify format From: Bastien Nocera To: mateng , dmitry.torokhov@gmail.com Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, mateng Date: Mon, 24 May 2021 10:48:09 +0200 In-Reply-To: <20210524024619.1227-1-ayowoe@163.com> References: <20210524024619.1227-1-ayowoe@163.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.1 (3.40.1-1.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2021-05-24 at 10:46 +0800, mateng wrote: > From: mateng > > unify format This doesn't "unify the format", it adds commas where none are needed. NAK > > Signed-off-by: mateng > --- >  drivers/input/touchscreen/goodix.c | 4 ++-- >  1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/input/touchscreen/goodix.c > b/drivers/input/touchscreen/goodix.c > index c682b02..ab12065 100644 > --- a/drivers/input/touchscreen/goodix.c > +++ b/drivers/input/touchscreen/goodix.c > @@ -210,7 +210,7 @@ static int goodix_check_cfg_16(struct > goodix_ts_data *ts, >                 .matches = { >                         DMI_MATCH(DMI_SYS_VENDOR, "WinBook"), >                         DMI_MATCH(DMI_PRODUCT_NAME, "TW100") > -               } > +               }, >         }, >         { >                 .ident = "WinBook TW700", > @@ -230,7 +230,7 @@ static int goodix_check_cfg_16(struct > goodix_ts_data *ts, >                 /* YB1-X91L/F and YB1-X90L/F */ >                 .matches = { >                         DMI_MATCH(DMI_PRODUCT_NAME, "Lenovo YB1-X9") > -               } > +               }, >         }, >  #endif >         {}