]> git.baikalelectronics.ru Git - kernel.git/commitdiff
mtip32xx: clean an indentation issue, remove extraneous tabs
authorColin Ian King <colin.king@canonical.com>
Tue, 30 Oct 2018 11:29:42 +0000 (11:29 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 30 Oct 2018 20:31:36 +0000 (14:31 -0600)
Trivial fix to clean up an indentation issue, remove tabs

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/mtip32xx/mtip32xx.c

index dfc8de6ce5254872a8b96ec364d7cd3136f4f7d7..a7daa8acbab3a53feda3e1e92dcc51d86a32ba71 100644 (file)
@@ -1942,8 +1942,8 @@ static int exec_drive_taskfile(struct driver_data *dd,
                                dev_warn(&dd->pdev->dev,
                                        "data movement but "
                                        "sect_count is 0\n");
-                                       err = -EINVAL;
-                                       goto abort;
+                               err = -EINVAL;
+                               goto abort;
                        }
                }
        }