block: integrity checkpatch cleanups
authorJens Axboe <jens.axboe@oracle.com>
Tue, 17 Jun 2008 17:05:48 +0000 (19:05 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 3 Jul 2008 11:21:13 +0000 (13:21 +0200)
> 80 char lines and that sort of thing.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-integrity.c
fs/bio-integrity.c

index 65f23ef..4ffa381 100644 (file)
@@ -178,8 +178,9 @@ static ssize_t integrity_attr_show(struct kobject *kobj, struct attribute *attr,
        return entry->show(bi, page);
 }
 
-static ssize_t integrity_attr_store(struct kobject *kobj, struct attribute *attr,
-                                   const char *page, size_t count)
+static ssize_t integrity_attr_store(struct kobject *kobj,
+                                   struct attribute *attr, const char *page,
+                                   size_t count)
 {
        struct blk_integrity *bi =
                container_of(kobj, struct blk_integrity, kobj);
@@ -326,7 +327,8 @@ int blk_integrity_register(struct gendisk *disk, struct blk_integrity *template)
        BUG_ON(template == NULL);
 
        if (disk->integrity == NULL) {
-               bi = kmem_cache_alloc(integrity_cachep, GFP_KERNEL | __GFP_ZERO);
+               bi = kmem_cache_alloc(integrity_cachep,
+                                               GFP_KERNEL | __GFP_ZERO);
                if (!bi)
                        return -1;
 
Simple merge