]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipv6: minor: *_start_timer: rather use unsigned long
authorDaniel Borkmann <dborkman@redhat.com>
Tue, 20 Aug 2013 10:22:01 +0000 (12:22 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Aug 2013 06:52:02 +0000 (23:52 -0700)
commit7fd1b06038a31daf0c27d7c69096765af8af99ee
tree1ce013a2a31027091bf20b3deb4f8237ec1e6d68
parentb7594584c4fc41793ac2a40564f0095e19b68a8b
net: ipv6: minor: *_start_timer: rather use unsigned long

For the functions mld_gq_start_timer(), mld_ifc_start_timer(),
and mld_dad_start_timer(), rather use unsigned long than int
as we operate only on unsigned values anyway. This seems more
appropriate as there is no good reason to do type conversions
to int, that could lead to future errors.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/mcast.c