All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Lin <chen45464546@163.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Chen Lin <chen.lin5@zte.com.cn>
Subject: [PATCH] staging: wlan-ng: Remove unused function pointer typedef freebuf_method_t
Date: Tue, 16 Feb 2021 11:54:06 +0800	[thread overview]
Message-ID: <1613447646-4678-1-git-send-email-chen45464546@163.com> (raw)

From: Chen Lin <chen.lin5@zte.com.cn>

Remove the 'freebuf_method_t' typedef as it is not used.

Signed-off-by: Chen Lin <chen.lin5@zte.com.cn>
---
 drivers/staging/wlan-ng/p80211conv.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/wlan-ng/p80211conv.h b/drivers/staging/wlan-ng/p80211conv.h
index 827002c..15fd635 100644
--- a/drivers/staging/wlan-ng/p80211conv.h
+++ b/drivers/staging/wlan-ng/p80211conv.h
@@ -122,9 +122,6 @@ struct p80211_caphdr {
 	__be32 encoding;
 };
 
-/* buffer free method pointer type */
-typedef void (*freebuf_method_t) (void *buf, int size);
-
 struct p80211_metawep {
 	void *data;
 	u8 iv[4];
-- 
1.7.9.5



WARNING: multiple messages have this Message-ID (diff)
From: Chen Lin <chen45464546@163.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Chen Lin <chen.lin5@zte.com.cn>
Subject: [PATCH] staging: wlan-ng: Remove unused function pointer typedef freebuf_method_t
Date: Tue, 16 Feb 2021 11:54:06 +0800	[thread overview]
Message-ID: <1613447646-4678-1-git-send-email-chen45464546@163.com> (raw)

From: Chen Lin <chen.lin5@zte.com.cn>

Remove the 'freebuf_method_t' typedef as it is not used.

Signed-off-by: Chen Lin <chen.lin5@zte.com.cn>
---
 drivers/staging/wlan-ng/p80211conv.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/wlan-ng/p80211conv.h b/drivers/staging/wlan-ng/p80211conv.h
index 827002c..15fd635 100644
--- a/drivers/staging/wlan-ng/p80211conv.h
+++ b/drivers/staging/wlan-ng/p80211conv.h
@@ -122,9 +122,6 @@ struct p80211_caphdr {
 	__be32 encoding;
 };
 
-/* buffer free method pointer type */
-typedef void (*freebuf_method_t) (void *buf, int size);
-
 struct p80211_metawep {
 	void *data;
 	u8 iv[4];
-- 
1.7.9.5


_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

             reply	other threads:[~2021-02-16  9:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-16  3:54 Chen Lin [this message]
2021-02-16  3:54 ` [PATCH] staging: wlan-ng: Remove unused function pointer typedef freebuf_method_t Chen Lin

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=1613447646-4678-1-git-send-email-chen45464546@163.com \
    --to=chen45464546@163.com \
    --cc=chen.lin5@zte.com.cn \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@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: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.