From: Shan Wei Date: Wed, 1 Dec 2010 18:04:43 +0000 (+0000) Subject: net: snmp: fix the wrong ICMP_MIB_MAX value X-Git-Tag: v2.6.38-rc1~476^2~366 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9527a3b621e507c85b639c183c3aa22afd4eb61;p=pandora-kernel.git net: snmp: fix the wrong ICMP_MIB_MAX value __ICMP_MIB_MAX is equal to the total number of icmp mib, So no need to add 1. This wastes 4/8 bytes memory. Change it to be same as ICMP6_MIB_MAX, TCP_MIB_MAX, UDP_MIB_MAX. Signed-off-by: Shan Wei Signed-off-by: David S. Miller --- Reading git-diff-tree failed