public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [PATCH] batman-adv: Remove the repeated declaration
@ 2021-05-28  9:56 Shaokun Zhang
  2021-05-28 10:00 ` Sven Eckelmann
  0 siblings, 1 reply; 2+ messages in thread
From: Shaokun Zhang @ 2021-05-28  9:56 UTC (permalink / raw)
  To: b.a.t.m.a.n, netdev
  Cc: Shaokun Zhang, Marek Lindner, Simon Wunderlich, Antonio Quartulli,
	Sven Eckelmann

Function 'batadv_bla_claim_dump' is declared twice, so remove the
repeated declaration.

Cc: Marek Lindner <mareklindner@neomailbox.ch>
Cc: Simon Wunderlich <sw@simonwunderlich.de>
Cc: Antonio Quartulli <a@unstable.cc>
Cc: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 net/batman-adv/bridge_loop_avoidance.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/batman-adv/bridge_loop_avoidance.h b/net/batman-adv/bridge_loop_avoidance.h
index 5c22955bb9d5..8673a265995f 100644
--- a/net/batman-adv/bridge_loop_avoidance.h
+++ b/net/batman-adv/bridge_loop_avoidance.h
@@ -52,7 +52,6 @@ void batadv_bla_update_orig_address(struct batadv_priv *bat_priv,
 void batadv_bla_status_update(struct net_device *net_dev);
 int batadv_bla_init(struct batadv_priv *bat_priv);
 void batadv_bla_free(struct batadv_priv *bat_priv);
-int batadv_bla_claim_dump(struct sk_buff *msg, struct netlink_callback *cb);
 #ifdef CONFIG_BATMAN_ADV_DAT
 bool batadv_bla_check_claim(struct batadv_priv *bat_priv, u8 *addr,
 			    unsigned short vid);
-- 
2.7.4


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

* Re: [PATCH] batman-adv: Remove the repeated declaration
  2021-05-28  9:56 [PATCH] batman-adv: Remove the repeated declaration Shaokun Zhang
@ 2021-05-28 10:00 ` Sven Eckelmann
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Eckelmann @ 2021-05-28 10:00 UTC (permalink / raw)
  To: b.a.t.m.a.n, netdev, Shaokun Zhang
  Cc: Shaokun Zhang, Marek Lindner, Antonio Quartulli

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

On Friday, 28 May 2021 11:56:25 CEST Shaokun Zhang wrote:
> Function 'batadv_bla_claim_dump' is declared twice, so remove the
> repeated declaration.
> 
> Cc: Marek Lindner <mareklindner@neomailbox.ch>
> Cc: Simon Wunderlich <sw@simonwunderlich.de>
> Cc: Antonio Quartulli <a@unstable.cc>
> Cc: Sven Eckelmann <sven@narfation.org>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
> ---
>  net/batman-adv/bridge_loop_avoidance.h | 1 -
>  1 file changed, 1 deletion(-)

Applied

Thanks,
	Sven

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-05-28 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-28  9:56 [PATCH] batman-adv: Remove the repeated declaration Shaokun Zhang
2021-05-28 10:00 ` Sven Eckelmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox