From: Dan Carpenter Date: Thu, 10 Jan 2013 09:06:20 +0000 (+0300) Subject: [SCSI] bfa: fix strncpy() limiter in bfad_start_ops() X-Git-Tag: v3.9-rc1~45^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ac379a6921b14f4c44e13875d39b8f8f478958;p=pandora-kernel.git [SCSI] bfa: fix strncpy() limiter in bfad_start_ops() The closing parenthesis is in the wrong place so it takes the sizeof a pointer instead of the sizeof the buffer minus one. Signed-off-by: Dan Carpenter Acked-by: Anil Gurumurthy Signed-off-by: James Bottomley --- Reading git-diff-tree failed