From patchwork Tue Apr 25 22:43:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Greer X-Patchwork-Id: 9700007 X-Patchwork-Delegate: sameo@linux.intel.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7D88160245 for ; Tue, 25 Apr 2017 22:44:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 726A021E5A for ; Tue, 25 Apr 2017 22:44:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 674D72846B; Tue, 25 Apr 2017 22:44:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 251C521E5A for ; Tue, 25 Apr 2017 22:44:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1953229AbdDYWo1 (ORCPT ); Tue, 25 Apr 2017 18:44:27 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:45901 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1953176AbdDYWoA (ORCPT ); Tue, 25 Apr 2017 18:44:00 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id CE6AD21BAB; Tue, 25 Apr 2017 18:43:58 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Tue, 25 Apr 2017 18:43:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=animalcreek.com; h=cc:date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=xFs bKmfLIjMJJrjt3ryKxsIIn87jaj1SqGUA9pKYG7I=; b=gldgRADOeDx/o3//cem G9DHZ5H2/XQBph01iLwDqC7mQdbepPBbb2tLX+BsA80Du86Zagt7Hssc5Bo1/Zkp NSXd+8SvPXFsb33hbah4t3TuHVZbKaz5coeXMdpwcMGb6B2F42SBFnJ3DOqA3Ou+ q15I3WCSRtkzYw/9oazJ0udA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=xFsbKmfLIjMJJrjt3ryKxsIIn87jaj1SqGUA9pKYG 7I=; b=DiIR9pZOGvXgiW6IjjE2Ke7C5GmyOX3QHxnulVt6z72GSTgQl5XmNM04E U4Qqt+JOzhLlM5hUREnJg2G3rcHvOobE9XIZADPUfevpvUQilccgYE2o9a5dOBee Ujjx6vUzN1Q6t6z8/1rPJG1QhBrfxt0MotAaPtkIMyhm5lJKNu2k29yWmWBvOqAf 89jKgI3adOh80uKvR27Uql6xBv5BSkzgPc/Z/l6aOoVYpL0dzAqKlRsC1OhAqfpc aKaBihvDvG6OXdh+98Q/VKxMnL+njZ6lppHDjSHpQPqopt7ZGpXbAVccLtavwHXe 5JAMB4kPMdeTXthMZahkOsszKUd3w== X-ME-Sender: X-Sasl-enc: 6FNvt9vskBOrbtlybx7bJj+bZfX1FpDCvexmBEFh4N/w 1493160238 Received: from blue.animalcreek.com (ip68-2-86-89.ph.ph.cox.net [68.2.86.89]) by mail.messagingengine.com (Postfix) with ESMTPA id 8243C7E320; Tue, 25 Apr 2017 18:43:58 -0400 (EDT) Received: from blue.animalcreek.com (localhost [127.0.0.1]) by blue.animalcreek.com (Postfix) with ESMTP id 5AD42A222F5; Tue, 25 Apr 2017 15:43:57 -0700 (MST) From: Mark Greer To: Samuel Ortiz Cc: linux-wireless@vger.kernel.org, linux-nfc@lists.01.org, devicetree@vger.kernel.org, Mark Greer Subject: [PATCH v5 5/9] NFC: trf7970a: Remove useless comment Date: Tue, 25 Apr 2017 15:43:52 -0700 Message-Id: <20170425224356.11498-6-mgreer@animalcreek.com> X-Mailer: git-send-email 2.12.0 In-Reply-To: <20170425224356.11498-1-mgreer@animalcreek.com> References: <20170425224356.11498-1-mgreer@animalcreek.com> Organization: Animal Creek Technologies, Inc. Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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);