From: Mark Greer <mgreer@animalcreek.com>
Date: Tue, 25 Apr 2017 22:43:52 +0000 (-0700)
Subject: NFC: trf7970a: Remove useless comment
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fcc652f6885cd37a0c3f3b1ed572d3544c3240c4;p=linux.git

NFC: trf7970a: Remove useless comment

The last entry in the trf7970a_of_match[] table must be an empty
entry to demarcate the end of the table.  Currently, there is a
comment indicating this but it is obvious so remove the comment.

Signed-off-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
---

diff --git a/drivers/nfc/trf7970a.c b/drivers/nfc/trf7970a.c
index 4655680b0e7bd..b9a90843ea35a 100644
--- a/drivers/nfc/trf7970a.c
+++ b/drivers/nfc/trf7970a.c
@@ -2273,7 +2273,7 @@ static const struct dev_pm_ops trf7970a_pm_ops = {
 
 static const struct of_device_id trf7970a_of_match[] = {
 	{ .compatible = "ti,trf7970a", },
-	{ /* sentinel */ },
+	{},
 };
 MODULE_DEVICE_TABLE(of, trf7970a_of_match);