]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
scsi: ibmvscsis: Rearrange functions for future patches
authorMichael Cyr <mikecyr@us.ibm.com>
Thu, 13 Oct 2016 16:02:38 +0000 (11:02 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2016 22:29:54 +0000 (17:29 -0500)
commit79fac9c9b74f4951c9ce82b22e714bcc34ae4a56
treeeb36696cf8d6e2b0d1332a1d0d8288fb069ace3e
parentc1f7cf0aeed1e57bb8374a07eab3a6aa784da2b6
scsi: ibmvscsis: Rearrange functions for future patches

This patch reorders functions in a manner necessary for a follow-on
patch.  It also makes some minor styling changes (mostly removing extra
spaces) and fixes some typos.

There are no code changes in this patch, with one exception: due to the
reordering of the functions, I needed to explicitly declare a function
at the top of the file.  However, this will be removed in the next patch,
since the code requiring the predeclaration will be removed.

Signed-off-by: Michael Cyr <mikecyr@us.ibm.com>
Signed-off-by: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
Tested-by: Steven Royer <seroyer@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c