lkml.org 
[lkml]   [2018]   [Nov]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH V6 8/8] misc/pvpanic: remove a redundant comma
Date
Remove a redundant comma in pvpanic_device_ids.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
---
drivers/misc/pvpanic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/pvpanic.c b/drivers/misc/pvpanic.c
index 1826cdf..07149db 100644
--- a/drivers/misc/pvpanic.c
+++ b/drivers/misc/pvpanic.c
@@ -25,7 +25,7 @@

static const struct acpi_device_id pvpanic_device_ids[] = {
{ "QEMU0001", 0 },
- { "", 0 },
+ { "", 0 }
};
MODULE_DEVICE_TABLE(acpi, pvpanic_device_ids);

--
1.8.3.1
\
 
 \ /
  Last update: 2018-11-02 05:46    [W:0.073 / U:0.772 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site