From: Dan Carpenter Date: Wed, 30 Jan 2013 22:14:10 +0000 (+0000) Subject: qlcnic: silence false positive overflow warning X-Git-Tag: v3.9-rc1~139^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc486460fe22a93e08b1dc4dce8318e3bc2db50;p=pandora-kernel.git qlcnic: silence false positive overflow warning We actually store the MAC address as well as the board_name here. The longest board_name is 75 characters so there is more than enough room to hold the 17 character MAC and the ": " divider. But making this buffer larger silences a static checker warning. Signed-off-by: Dan Carpenter Acked-By: Jitendra Kalsaria Signed-off-by: David S. Miller --- Reading git-diff-tree failed