On Thursday, June 11, 2015 12:47:53 Sven Eckelmann wrote:
(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
main.h | 5 ++ packet.h | 204 +++++++++++++++++++++++++++++++-------------------------------- 2 files changed, 107 insertions(+), 102 deletions(-)
Applied in revision 224b5e4.
Thanks, Marek