Acked-by: Simon Wunderlich <s...@hrz.tu-chemnitz.de>

Just a small thing which can be adjusted when merging:

On Mon, Apr 08, 2013 at 11:17:16AM +0200, Antonio Quartulli wrote:
> @@ -909,8 +910,9 @@ static int batadv_bla_process_claim(struct batadv_priv 
> *bat_priv,
>                                      ethhdr);
>       if (ret == 1)
>               batadv_dbg(BATADV_DBG_BLA, bat_priv,
> -                        "bla_process_claim(): received a claim frame from 
> another group. From: %pM on vid %d ...(hw_src %pM, hw_dst %pM)\n",
> -                        ethhdr->h_source, vid, hw_src, hw_dst);
> +                        "bla_process_claim(): received a claim frame from 
> another group. From: %pM on vid %u ...(hw_src %pM, hw_dst %pM)\n",
> +                        ethhdr->h_source, vid, hw_src,
> +                        hw_dst);


This could be put on one line.

Cheers,
        Simon

Attachment: signature.asc
Description: Digital signature

Reply via email to