Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 4f29a4fa34fee4ff323ba75f947b76cbf92307f9 Author: Antonio Quartulli antonio@meshcoding.com Date: Mon Sep 1 14:37:27 2014 +0200
batctl: checkpatch - Please use a blank line after declarations
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
4f29a4fa34fee4ff323ba75f947b76cbf92307f9 packet.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/packet.h b/packet.h index 34e096d..facd1fe 100644 --- a/packet.h +++ b/packet.h @@ -198,6 +198,7 @@ struct batadv_bla_claim_dst { uint8_t type; /* bla_claimframe */ __be16 group; /* group id */ }; + #pragma pack()
/**