staging: unisys: Fix warnings regarding lines over 80 characters in virthba.c
This patch fixes warnings generated by checkpatch script regarding lines over 80 characters long. Signed-off-by: Ken Depro <kenneth.depro@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
20078e4859
commit
fb649950f9
|
@ -85,7 +85,8 @@ static int virthba_host_reset_handler(struct scsi_cmnd *scsicmd);
|
|||
static const char *virthba_get_info(struct Scsi_Host *shp);
|
||||
static int virthba_ioctl(struct scsi_device *dev, int cmd, void __user *arg);
|
||||
static int virthba_queue_command_lck(struct scsi_cmnd *scsicmd,
|
||||
void (*virthba_cmnd_done)(struct scsi_cmnd *));
|
||||
void (*virthba_cmnd_done)
|
||||
(struct scsi_cmnd *));
|
||||
|
||||
static const struct x86_cpu_id unisys_spar_ids[] = {
|
||||
{ X86_VENDOR_INTEL, 6, 62, X86_FEATURE_ANY },
|
||||
|
|
Loading…
Reference in New Issue