target: Fix indentation in target_core_configfs.c
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 5 Jan 2016 13:44:21 +0000 (14:44 +0100)
committerNicholas Bellinger <nab@linux-iscsi.org>
Thu, 7 Jan 2016 21:57:52 +0000 (13:57 -0800)
Detected by smatch.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Andy Grover <agrover@redhat.com>
Cc: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_configfs.c

index e656b1c..9ef0893 100644 (file)
@@ -893,7 +893,7 @@ static ssize_t unmap_zeroes_data_store(struct config_item *item,
                pr_err("dev[%p]: Thin Provisioning LBPRZ will not be set"
                       " because max_unmap_block_desc_count is zero\n",
                       da->da_dev);
-              return -ENOSYS;
+               return -ENOSYS;
        }
        da->unmap_zeroes_data = flag;
        pr_debug("dev[%p]: SE Device Thin Provisioning LBPRZ bit: %d\n",