summaryrefslogtreecommitdiff
path: root/bpf.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-17 13:40:15 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-17 13:40:15 +0200
commit069c5e3f64e24be5fbedf08cfaff3bc191a5cf91 (patch)
tree003c2c2603373444b07aa8937c41550ef5ec4d96 /bpf.c
parent24a43b391b351c3f6f7de5a5cc7de4b207bfcc58 (diff)
ifpps: Add __noreturn attribute to exiting functions
Add the __noreturn attribute to all functions which wont return but call die() themselves to exit(). Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpf.c')
0 files changed, 0 insertions, 0 deletions
f='/cgit.cgi/linux/net-next.git/tree/tools/build/feature/test-libunwind-aarch64.c?h=nds-private-remove&id=228c8c6b1f4376788e9d5ab00d50b10228eb40d3'>tools/build/feature/test-libunwind-aarch64.c parent731977e97b3697454a862fec656c2561eabc0b87 (diff)
wireless: define cipher/AKM suites using a macro
The spec writes cipher/AKM suites as something like 00-0F-AC:9, but the part after the colon isn't hex, it's decimal, so that we've already had a few mistakes (in other code, or unmerged patches) to e.g. write 0x000FAC10 instead of 0x000FAC0A. Use a macro to avoid that problem. Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/build/feature/test-libunwind-aarch64.c')