The following commit has been merged in the next branch: commit 877004e10265cd3c4d368de0bfb61b554986c3ae Author: Antonio Quartulli ordex@autistici.org Date: Thu Jun 21 22:28:54 2012 +0200
batctl: prepend BATADV_ to TT flags in comments
After having added the BATADV_ prefix to all the TT_CLIENT flags, we have to add the same prefix in every comment where they are mentioned.
Signed-off-by: Antonio Quartulli ordex@autistici.org
diff --git a/packet.h b/packet.h index c0ed5b4..8d3e55a 100644 --- a/packet.h +++ b/packet.h @@ -77,7 +77,7 @@ enum batadv_tt_query_flags { BATADV_TT_FULL_TABLE = 1 << 2, };
-/* TT_CLIENT flags. +/* BATADV_TT_CLIENT flags. * Flags from 1 to 1 << 7 are sent on the wire, while flags from 1 << 8 to * 1 << 15 are used for local computation only */