commit | a7fffa9e0059ed9a7f4b0a1f9bb89c5e4209bc5a | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Thu Sep 13 15:06:35 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Sep 17 15:49:26 2018 -0400 |
tree | 6dd9dbd52c8e27e7cbf37b42677b973fb23307ba | |
parent | 6a68a6672615fcaec80261f2567a955797ec52ed [diff] |
headers: Fix headers guards Any word started with underscore followed by and uppercase letter or a second underscore is a reserved word according with C99. With have *many* violations on Zephyr's code, this commit is tackling only the violations caused by headers guards. It also takes the opportunity to normalize them using the filename in uppercase and replacing dot with underscore. e.g file.h -> FILE_H Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>