Netdev Archive on lore.kernel.org help / color / mirror / Atom feed
From: Wang Hai <wanghai38@huawei.com> To: <davem@davemloft.net>, <kuba@kernel.org>, <gustavo@embeddedor.com> Cc: <netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org> Subject: [PATCH net-next] NFC: digital: Remove two unused macroes Date: Fri, 4 Sep 2020 21:01:57 +0800 [thread overview] Message-ID: <20200904130157.17812-1-wanghai38@huawei.com> (raw) DIGITAL_NFC_DEP_REQ_RES_TAILROOM is never used after it was introduced. DIGITAL_NFC_DEP_REQ_RES_HEADROOM is no more used after below commit e8e7f4217564 ("NFC: digital: Remove useless call to skb_reserve()") Remove them. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wang Hai <wanghai38@huawei.com> --- net/nfc/digital_dep.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/net/nfc/digital_dep.c b/net/nfc/digital_dep.c index 304b1a9bb18a..5971fb6f51cc 100644 --- a/net/nfc/digital_dep.c +++ b/net/nfc/digital_dep.c @@ -38,9 +38,6 @@ #define DIGITAL_GB_BIT 0x02 -#define DIGITAL_NFC_DEP_REQ_RES_HEADROOM 2 /* SoD: [SB (NFC-A)] + LEN */ -#define DIGITAL_NFC_DEP_REQ_RES_TAILROOM 2 /* EoD: 2-byte CRC */ - #define DIGITAL_NFC_DEP_PFB_TYPE(pfb) ((pfb) & 0xE0) #define DIGITAL_NFC_DEP_PFB_TIMEOUT_BIT 0x10 -- 2.17.1
next reply other threads:[~2020-09-04 13:04 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-04 13:01 Wang Hai [this message] 2020-09-05 23:03 ` [PATCH net-next] NFC: digital: Remove two unused macroes Jakub Kicinski
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=20200904130157.17812-1-wanghai38@huawei.com \ --to=wanghai38@huawei.com \ --cc=davem@davemloft.net \ --cc=gustavo@embeddedor.com \ --cc=kuba@kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=netdev@vger.kernel.org \ /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: linkBe 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).