]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
zram-introduce-automatic-device_id-generation-fix
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 7 Apr 2015 23:44:45 +0000 (09:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:44:45 +0000 (09:44 +1000)
fix comment layout

Cc: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/block/zram/zram_drv.c

index 820a29e911f483bba9a4ca49f2b0f794580a6960..d443beaad61b2d973823a867f5c15b8a8d0a25c1 100644 (file)
@@ -1285,9 +1285,10 @@ static ssize_t zram_add_show(struct class *class,
        int ret;
 
        mutex_lock(&zram_index_mutex);
-       /* read operation on zram_add is - pick up device_id
-        * automatically, add corresponding device and return
-        * that device_id back to user */
+       /*
+        * read operation on zram_add is - pick up device_id automatically, add
+        * corresponding device and return that device_id back to user
+        */
        ret = zram_add(-1);
        mutex_unlock(&zram_index_mutex);