From: Shan Wei Date: Wed, 1 Dec 2010 18:05:12 +0000 (+0000) Subject: ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number X-Git-Tag: v2.6.38-rc1~476^2~364 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b672083ed36a49c323737b7c7e1d5264a7c193af;p=pandora-kernel.git ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number ND_REACHABLE_TIME and ND_RETRANS_TIMER have defined since v2.6.12-rc2, but never been used. So use them instead of magic number. This patch also changes original code style to read comfortably . Thank YOSHIFUJI Hideaki for pointing it out. Signed-off-by: Shan Wei Signed-off-by: David S. Miller --- Reading git-diff-tree failed