All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] touchscreen/goodix.c:remove no needed commas
@ 2021-05-24  9:33 mateng
  2021-05-24 10:09 ` Bastien Nocera
  0 siblings, 1 reply; 2+ messages in thread
From: mateng @ 2021-05-24  9:33 UTC (permalink / raw)
  To: hadess, dmitry.torokhov; +Cc: linux-input, linux-kernel, mateng

From: mateng <mateng@yulong.com>

remove no needed commas

Signed-off-by: mateng <mateng@yulong.com>
---
 drivers/input/touchscreen/goodix.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index c682b02..35febde 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -190,8 +190,8 @@ static int goodix_check_cfg_16(struct goodix_ts_data *ts,
 			/* tPAD is too generic, also match on bios date */
 			DMI_MATCH(DMI_BOARD_VENDOR, "TECLAST"),
 			DMI_MATCH(DMI_BOARD_NAME, "tPAD"),
-			DMI_MATCH(DMI_BIOS_DATE, "12/19/2014"),
-		},
+			DMI_MATCH(DMI_BIOS_DATE, "12/19/2014")
+		}
 	},
 	{
 		.ident = "Teclast X98 Pro",
@@ -202,8 +202,8 @@ static int goodix_check_cfg_16(struct goodix_ts_data *ts,
 			 * (sometimes)...
 			 */
 			DMI_MATCH(DMI_BOARD_VENDOR, "TECLAST"),
-			DMI_MATCH(DMI_BIOS_DATE, "10/28/2015"),
-		},
+			DMI_MATCH(DMI_BIOS_DATE, "10/28/2015")
+		}
 	},
 	{
 		.ident = "WinBook TW100",
@@ -217,7 +217,7 @@ static int goodix_check_cfg_16(struct goodix_ts_data *ts,
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "WinBook"),
 			DMI_MATCH(DMI_PRODUCT_NAME, "TW700")
-		},
+		}
 	},
 #endif
 	{}
@@ -246,7 +246,7 @@ static int goodix_check_cfg_16(struct goodix_ts_data *ts,
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Cube"),
 			DMI_MATCH(DMI_PRODUCT_NAME, "I15-TC")
-		},
+		}
 	},
 #endif
 	{}
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] touchscreen/goodix.c:remove no needed commas
  2021-05-24  9:33 [PATCH] touchscreen/goodix.c:remove no needed commas mateng
@ 2021-05-24 10:09 ` Bastien Nocera
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien Nocera @ 2021-05-24 10:09 UTC (permalink / raw)
  To: mateng, dmitry.torokhov; +Cc: linux-input, linux-kernel, mateng

On Mon, 2021-05-24 at 17:33 +0800, mateng wrote:
> From: mateng <mateng@yulong.com>
> 
> remove no needed commas

There's really no reason to be shuffling around commas. This isn't
helpful in the slightest. NAK.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-24 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24  9:33 [PATCH] touchscreen/goodix.c:remove no needed commas mateng
2021-05-24 10:09 ` Bastien Nocera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.