From: Joe Eykholt Date: Tue, 25 Aug 2009 21:02:22 +0000 (-0700) Subject: [SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp() X-Git-Tag: v2.6.32-rc1~689^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c1e4e76c68f564cddc0b43842b895464f7865f;p=pandora-kernel.git [SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp() Code cleanup for fc_disc_gpn_ft_resp(). Some of the fc_disc.c code was poorly formatted. For example, some lines in fc_disc.c were unnecessarily truncated and the buf variable could be eliminated. Also moved the increment of seq_count into fc_disc_gpn_ft_parse(), to avoid doing it separately before each call. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed