summaryrefslogtreecommitdiffstats
path: root/tools/net
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-08-20 12:22:01 +0200
committerDavid S. Miller <davem@davemloft.net>2013-08-20 23:52:02 -0700
commitc2cef4e88808cc566956605a39a96080912c0566 (patch)
tree1ce013a2a31027091bf20b3deb4f8237ec1e6d68 /tools/net
parent846989635b368c41efd9079ec6fe0e8d2845ec11 (diff)
downloadlinux-c2cef4e88808cc566956605a39a96080912c0566.tar.bz2
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>
Diffstat (limited to 'tools/net')
0 files changed, 0 insertions, 0 deletions