From acef7e70336eec3053a2e4fb2492eb6c62010e01 Mon Sep 17 00:00:00 2001 From: Krzysztof Mazur Date: Sat, 4 Feb 2012 09:26:07 +0100 Subject: [PATCH 57/84] lsbd: whitespace cleanup Signed-off-by: Krzysztof Mazur --- drivers/block/lsbd.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/block/lsbd.c b/drivers/block/lsbd.c index 87b73e9..fce977e 100644 --- a/drivers/block/lsbd.c +++ b/drivers/block/lsbd.c @@ -42,7 +42,7 @@ #define LSBD_MAX 8 #define PART_BITS 5 - + extern int block_dump; /* @@ -486,7 +486,7 @@ static u32 lsbd_checksum(const void *buf, size_t count) } /** - * lsbd_copy_and_cksum - copy data and compute LSBD checksum + * lsbd_copy_and_cksum - copy data and compute LSBD checksum * @dst: destination buffer * @src: source buffer * @count: number of bytes to checksum, must be a multiple of 4 @@ -1724,7 +1724,7 @@ read_ok: sector = sector2; goto retry; } - + if (block_dump) { /* FIXME: don't assume 4kB sectors */ printk(KERN_DEBUG "lsbd%d: READ block %d/8 " @@ -2024,12 +2024,12 @@ static int lsbd_write_lcache(struct lsbd *p, void *bp) * This function implements sector write scheduling. It's very important * for good write performance. We have three types of pending sectors: * - * MOVE - these sectors were removed while cleaning blocks, they - * MUST be written before that block is overritten. + * MOVE - these sectors were removed while cleaning blocks, they + * MUST be written before that block is overritten. * - * HIGH - sectors written by realtime processes + * HIGH - sectors written by realtime processes * - * NORMAL - all other write operations + * NORMAL - all other write operations */ static struct lsbd_request *lsbd_request_dequeue(struct lsbd *p, int throttle) { @@ -2479,7 +2479,7 @@ static int lsbd_seq_open(struct inode *inode, struct file *file) static struct file_operations lsbd_seq_fops = { .open = lsbd_seq_open, - .read = seq_read, + .read = seq_read, .llseek = seq_lseek, .release = seq_release, }; -- 1.8.4.652.g0d6e0ce