From: John W. Linville Date: Wed, 28 Sep 2005 21:50:51 +0000 (-0400) Subject: [PATCH] s2io: change strncpy length arg to use size of target X-Git-Tag: v2.6.15-rc1~733^2~1^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc2309d90b59fbb2676dc2e39150aa095e8c222;p=pandora-kernel.git [PATCH] s2io: change strncpy length arg to use size of target Use the size of the target array for the length argument to strncpy instead of the size of the source or a magic number. Signed-off-by: John W. Linville Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed