[PATCH 2/2] drivers: block :swim3: fixed the errors on coding style

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

 




Fixed the coding style errors

Signed-off-by: Thiagarajan Thangavel <write2thiagu@xxxxxxxxx>
---
 drivers/block/swim3.c |   15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/drivers/block/swim3.c b/drivers/block/swim3.c
index a473e25..89c9a85 100644
--- a/drivers/block/swim3.c
+++ b/drivers/block/swim3.c
@@ -783,7 +783,7 @@ static irqreturn_t swim3_interrupt(int irq, void *dev_id)
 				act(fs);
 			} else {
 				swim3_err("Error %sing block %ld (err=%x)\n",
-				       rq_data_dir(req) == WRITE ? "writ" : "read",
+				rq_data_dir(req) == WRITE ? "writ" : "read",
 				       (long)blk_rq_pos(req), err);
 				swim3_end_request(fs, -EIO, 0);
 				fs->state = idle;
@@ -894,7 +894,18 @@ static int fd_eject(struct floppy_state *fs)
 	return err;
 }
 
-static struct floppy_struct floppy_type = { 2880, 18, 2, 80, 0, 0x1B, 0x00, 0xCF, 0x6C, NULL };	/*  7 1.44MB 3.5"   */
+static struct floppy_struct floppy_type = {
+	2880,
+	18,
+	2,
+	80,
+	0,
+	0x1B,
+	0x00,
+	0xCF,
+	0x6C,
+	NULL
+};	/*  7 1.44MB 3.5"   */
 
 static int floppy_locked_ioctl(struct block_device *bdev, fmode_t mode,
 			unsigned int cmd, unsigned long param)
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]
  Powered by Linux