]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/scsi/scsi_lib.c
[SCSI] fix C syntax problem in scsi_lib.c
authorakpm@osdl.org <akpm@osdl.org>
Sun, 26 Jun 2005 07:12:51 +0000 (00:12 -0700)
committerJames Bottomley <jejb@titanic.(none)>
Sun, 28 Aug 2005 16:34:09 +0000 (11:34 -0500)
commit1ccb48bb163853c24840c0a50c2a6df1affe029c
treedb7296e294cef3008140404e3047c3adce6f5149
parent84743bbcf9fc3767aa33f769898432538281e6dc
[SCSI] fix C syntax problem in scsi_lib.c

Older gcc's require variable definitions at the beginning of a block.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_lib.c