Re: [PATCH 01/10] staging: unisys: fix blank lines virthba

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 22, 2014 at 05:52:21PM -0400, Erik Arfvidson wrote:
> This patch removes unnecessary blanks lines and adds necessary blank lines in virthba.
> 
> Signed-off-by: Erik Arfvidson <erik.arfvidson@xxxxxxxxxx>
> Signed-off-by: Benjamin Romer <benjamin.romer@xxxxxxxxxx>
> ---
>  drivers/staging/unisys/virthba/virthba.c | 9 +++------
>  1 file changed, 3 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/staging/unisys/virthba/virthba.c b/drivers/staging/unisys/virthba/virthba.c
> index e4130c9..e8868ae2 100644
> --- a/drivers/staging/unisys/virthba/virthba.c
> +++ b/drivers/staging/unisys/virthba/virthba.c
> @@ -101,7 +101,6 @@ static DEF_SCSI_QCMD(virthba_queue_command)
>  #define virthba_queue_command virthba_queue_command_lck
>  #endif
>  
> -
>  static int virthba_slave_alloc(struct scsi_device *scsidev);
>  static int virthba_slave_configure(struct scsi_device *scsidev);
>  static void virthba_slave_destroy(struct scsi_device *scsidev);
> @@ -166,6 +165,7 @@ struct virtdisk_info {
>  	atomic_t error_count;
>  	struct virtdisk_info *next;
>  };
> +
>  /* Each Scsi_Host has a host_data area that contains this struct. */
>  struct virthba_info {
>  	struct Scsi_Host *scsihost;
> @@ -420,7 +420,9 @@ static irqreturn_t
>  virthba_ISR(int irq, void *dev_id)
>  {
>  	struct virthba_info *virthbainfo = (struct virthba_info *) dev_id;
> +
>  	CHANNEL_HEADER __iomem *pChannelHeader;
> +
>  	SIGNAL_QUEUE_HEADER __iomem *pqhdr;

Same extra line problem here as well.

Please fix both of those up and resend both series.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel




[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux