The following commit has been merged in the next branch: commit 54b7d54c5743bb53cdc8c4d8ef5e033ab40b7c2b Author: Antonio Quartulli ordex@autistici.org Date: Thu Apr 12 09:07:27 2012 +0200
batman-adv: fix comments ending style
All multiline comments must end with "*/" on a newline.
Signed-off-by: Antonio Quartulli ordex@autistici.org Reviewed-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
diff --git a/packet.h b/packet.h index 3c4c533..307dbb3 100644 --- a/packet.h +++ b/packet.h @@ -108,7 +108,8 @@ enum bla_claimframe { };
/* the destination hardware field in the ARP frame is used to - * transport the claim type and the group id */ + * transport the claim type and the group id + */ struct bla_claim_dst { uint8_t magic[3]; /* FF:43:05 */ uint8_t type; /* bla_claimframe */