netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: net: wireless: struct lbs_private is declared duplicately
@ 2021-03-25  6:41 Wan Jiabing
  2021-04-07 11:43 ` Kalle Valo
  2021-04-18  6:29 ` libertas: " Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Wan Jiabing @ 2021-03-25  6:41 UTC (permalink / raw)
  To: Kalle Valo, David S. Miller, Jakub Kicinski, Wan Jiabing,
	libertas-dev, linux-wireless, netdev, linux-kernel
  Cc: kael_w

struct lbs_private has been declared at 22nd line.
Remove the duplicate.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 drivers/net/wireless/marvell/libertas/decl.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/marvell/libertas/decl.h b/drivers/net/wireless/marvell/libertas/decl.h
index 5d1e30e0c5db..c1e0388ef01d 100644
--- a/drivers/net/wireless/marvell/libertas/decl.h
+++ b/drivers/net/wireless/marvell/libertas/decl.h
@@ -23,7 +23,6 @@ struct lbs_private;
 typedef void (*lbs_fw_cb)(struct lbs_private *priv, int ret,
 		const struct firmware *helper, const struct firmware *mainfw);
 
-struct lbs_private;
 struct sk_buff;
 struct net_device;
 struct cmd_ds_command;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drivers: net: wireless: struct lbs_private is declared duplicately
  2021-03-25  6:41 [PATCH] drivers: net: wireless: struct lbs_private is declared duplicately Wan Jiabing
@ 2021-04-07 11:43 ` Kalle Valo
  2021-04-18  6:29 ` libertas: " Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2021-04-07 11:43 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: David S. Miller, Jakub Kicinski, libertas-dev, linux-wireless,
	netdev, linux-kernel, kael_w

Wan Jiabing <wanjiabing@vivo.com> writes:

> struct lbs_private has been declared at 22nd line.
> Remove the duplicate.
>
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> ---
>  drivers/net/wireless/marvell/libertas/decl.h | 1 -
>  1 file changed, 1 deletion(-)

The prefix should be "libertas:", I can fix that during commit.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libertas: struct lbs_private is declared duplicately
  2021-03-25  6:41 [PATCH] drivers: net: wireless: struct lbs_private is declared duplicately Wan Jiabing
  2021-04-07 11:43 ` Kalle Valo
@ 2021-04-18  6:29 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2021-04-18  6:29 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: David S. Miller, Jakub Kicinski, Wan Jiabing, libertas-dev,
	linux-wireless, netdev, linux-kernel, kael_w

Wan Jiabing <wanjiabing@vivo.com> wrote:

> struct lbs_private has been declared at 22nd line.
> Remove the duplicate.
> 
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>

Patch applied to wireless-drivers-next.git, thanks.

d3240418a662 libertas: struct lbs_private is declared duplicately

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20210325064154.854245-1-wanjiabing@vivo.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-18  6:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  6:41 [PATCH] drivers: net: wireless: struct lbs_private is declared duplicately Wan Jiabing
2021-04-07 11:43 ` Kalle Valo
2021-04-18  6:29 ` libertas: " Kalle Valo

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).