Re: [PATCH] batman-adv: fix batadv_interface_tx()'s return type

From: Sven Eckelmann
Date: Tue Apr 24 2018 - 09:48:11 EST


On Dienstag, 24. April 2018 15:18:46 CEST Luc Van Oostenryck wrote:
[...]
> -static int batadv_interface_tx(struct sk_buff *skb,
> +static netdev_tx_t batadv_interface_tx(struct sk_buff *skb,
> struct net_device *soft_iface)
> {
> struct ethhdr *ethhdr;
>

CHECK: Alignment should match open parenthesis
#76: FILE: net/batman-adv/soft-interface.c:192:
+static netdev_tx_t batadv_interface_tx(struct sk_buff *skb,
struct net_device *soft_iface)

Kind regards,
Sven

Attachment: signature.asc
Description: This is a digitally signed message part.