linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Greer <mgreer@animalcreek.com>
To: Samuel Ortiz <sameo@linux.intel.com>
Cc: linux-wireless@vger.kernel.org, linux-nfc@lists.01.org,
	devicetree@vger.kernel.org, Mark Greer <mgreer@animalcreek.com>
Subject: [PATCH v5 5/9] NFC: trf7970a: Remove useless comment
Date: Tue, 25 Apr 2017 15:43:52 -0700	[thread overview]
Message-ID: <20170425224356.11498-6-mgreer@animalcreek.com> (raw)
In-Reply-To: <20170425224356.11498-1-mgreer@animalcreek.com>

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>
---
 drivers/nfc/trf7970a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nfc/trf7970a.c b/drivers/nfc/trf7970a.c
index 4655680b0e7b..b9a90843ea35 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);
 
-- 
2.12.0

  parent reply	other threads:[~2017-04-25 22:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-25 22:43 [PATCH v5 0/9] NFC: trf7970a: Fixups & convert to desc-based GPIO Mark Greer
2017-04-25 22:43 ` [PATCH v5 1/9] MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainer Mark Greer
2017-04-25 22:43 ` [PATCH v5 2/9] NFC: trf7970a: Don't de-assert EN2 unless it was asserted Mark Greer
2017-04-25 22:43 ` [PATCH v5 3/9] NFC: trf7970a: Fix inaccurate comment in trf7970a_probe() Mark Greer
2017-04-25 22:43 ` [PATCH v5 4/9] NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specified Mark Greer
2017-04-25 22:43 ` Mark Greer [this message]
2017-04-25 22:43 ` [PATCH v5 6/9] NFC: trf7970a: Remove support for 'vin-voltage-override' DT property Mark Greer
2017-04-28 20:23   ` Rob Herring
2017-04-25 22:43 ` [PATCH v5 7/9] NFC: trf7970a: Enable pins are active high not active low Mark Greer
2017-04-25 22:43 ` [PATCH v5 8/9] NFC: trf7970a: Convert to descriptor based GPIO interface Mark Greer
2017-04-25 22:43 ` [PATCH v5 9/9] NFC: trf7970a: Clean up coding style issues Mark Greer
2017-04-26 22:09 ` [PATCH v5 0/9] NFC: trf7970a: Fixups & convert to desc-based GPIO Samuel Ortiz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170425224356.11498-6-mgreer@animalcreek.com \
    --to=mgreer@animalcreek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-nfc@lists.01.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).