Browse Source

drivers: staging: vme: Deleted extra empty lines

Signed-off-by: Egor Uleyskiy <egor.ulieiskii@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Egor Uleyskiy 9 years ago
parent
commit
cad5636db7

+ 0 - 2
drivers/staging/vme/devices/vme_pio2_gpio.c

@@ -38,7 +38,6 @@ static int pio2_gpio_get(struct gpio_chip *chip, unsigned int offset)
 
 	if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == OUTPUT) |
 	    (card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
-
 		dev_err(&card->vdev->dev, "Channel not available as input\n");
 		return 0;
 	}
@@ -76,7 +75,6 @@ static void pio2_gpio_set(struct gpio_chip *chip,
 
 	if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == INPUT) |
 	    (card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
-
 		dev_err(&card->vdev->dev, "Channel not available as output\n");
 		return;
 	}

+ 0 - 2
drivers/staging/vme/devices/vme_user.h

@@ -20,7 +20,6 @@ struct vme_master {
 #endif
 } __packed;
 
-
 /*
  * IOCTL Commands and structures
  */
@@ -28,7 +27,6 @@ struct vme_master {
 /* Magic number for use in ioctls */
 #define VME_IOC_MAGIC 0xAE
 
-
 /* VMEbus Slave Window Configuration Structure */
 struct vme_slave {
 	__u32 enable;		/* State of Window */