commit | 6b5e971a282c0e7b18b47823103d695352b5a3c2 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Tue May 26 18:34:26 2015 +0200 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Tue Aug 25 00:12:17 2015 +0200 |
tree | eb0767ee98e4061e53c4278dd776bd6ff6c24ffd | |
parent | 56fff0a01fa056502a28d67cb5a2714d64780415 [diff] |
batman-adv: Replace C99 int types with kernel type (s|u)(8|16|32|64) are the preferred types in the kernel. The use of the standard C99 types u?int(8|16|32|64)_t are objected by some people and even checkpatch now warns about using them. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>