Commit ca68b110 authored by Ken Depro's avatar Ken Depro Committed by Greg Kroah-Hartman

staging: unisys: Remove extra blank lines from virthba files

This patch removes extra blank lines from the virthba header and source
files.  This is the first of a set of patches that will clean up the
virthba source file.  The only checkpatch issue in the header file was
the blank line warnings.
Signed-off-by: default avatarKen Depro <kenneth.depro@unisys.com>
Signed-off-by: default avatarBen Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8f846b51
...@@ -101,7 +101,6 @@ static DEF_SCSI_QCMD(virthba_queue_command) ...@@ -101,7 +101,6 @@ static DEF_SCSI_QCMD(virthba_queue_command)
#define virthba_queue_command virthba_queue_command_lck #define virthba_queue_command virthba_queue_command_lck
#endif #endif
static int virthba_slave_alloc(struct scsi_device *scsidev); static int virthba_slave_alloc(struct scsi_device *scsidev);
static int virthba_slave_configure(struct scsi_device *scsidev); static int virthba_slave_configure(struct scsi_device *scsidev);
static void virthba_slave_destroy(struct scsi_device *scsidev); static void virthba_slave_destroy(struct scsi_device *scsidev);
...@@ -1323,7 +1322,6 @@ drain_queue(struct virthba_info *virthbainfo, struct chaninfo *dc, ...@@ -1323,7 +1322,6 @@ drain_queue(struct virthba_info *virthbainfo, struct chaninfo *dc,
} }
} }
/* main function for the thread that waits for scsi commands to arrive /* main function for the thread that waits for scsi commands to arrive
* in a specified queue * in a specified queue
*/ */
......
...@@ -19,13 +19,9 @@ ...@@ -19,13 +19,9 @@
* Unisys Virtual HBA driver header * Unisys Virtual HBA driver header
*/ */
#ifndef __VIRTHBA_H__ #ifndef __VIRTHBA_H__
#define __VIRTHBA_H__ #define __VIRTHBA_H__
#define VIRTHBA_VERSION "01.00" #define VIRTHBA_VERSION "01.00"
#endif /* __VIRTHBA_H__ */ #endif /* __VIRTHBA_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment