]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: print OGM seq numbers as unsigned int
authorAntonio Quartulli <ordex@autistici.org>
Sun, 26 Feb 2012 14:39:41 +0000 (15:39 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 18 Apr 2012 07:54:02 +0000 (09:54 +0200)
commit504af5415a969c2189d65a3effdeb5271c65318e
tree8b5a3b634f91fdaad4c37e2d4c10d8730493d403
parentf154c32a8612a10486dcbb7322e5a904059603f8
batman-adv: print OGM seq numbers as unsigned int

OGM sequence numbers are declared as uint32_t and so they have to printed
using %u instead of %d in order to avoid wrong representations.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/bat_iv_ogm.c