summaryrefslogtreecommitdiff
path: root/net/batman-adv/aggregation.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2011-06-04 09:26:00 (GMT)
committerSven Eckelmann <sven@narfation.org>2011-06-09 18:40:38 (GMT)
commite8958dbf0da377e11f385a9888da3f72e827ab26 (patch)
treebf2c84c423ebdfba4b88afad1fcb7d9a96070902 /net/batman-adv/aggregation.c
parent3d222bbaa7329e8ef45129e1bd6801000d7e05e4 (diff)
downloadlinux-fsl-qoriq-e8958dbf0da377e11f385a9888da3f72e827ab26.tar.xz
batman-adv: Use enums for related constants
CodingStyle "Chapter 12: Macros, Enums and RTL" recommends to use enums for several related constants. Internal states can be used without defining the actual value, but all values which are visible to the outside must be defined as before. Normal values are assigned as usual and flags are defined by shifts of a bit. Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/aggregation.c')
0 files changed, 0 insertions, 0 deletions