staging: unisys: visorhba: use tab to indent instead of whitespace
authorLiu Junqi <liujunqi@pku.edu.cn>
Thu, 18 Nov 2021 03:37:38 +0000 (11:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 16:38:34 +0000 (17:38 +0100)
changed the whitespace to tab to comply with kernel coding style.

Signed-off-by: Liu Junqi <liujunqi@pku.edu.cn>
Link: https://lore.kernel.org/r/20211118033737.576775-1-liujunqi@pku.edu.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorhba/visorhba_main.c

index 6946441..8eee131 100644 (file)
@@ -266,7 +266,7 @@ static int forward_taskmgmt_command(enum task_mgmt_types tasktype,
                                         &notifyevent, &notifyresult);
        if (ret) {
                dev_dbg(&scsidev->sdev_gendev,
-                       "visorhba: setup_scsitaskmgmt_handles returned %d\n", ret);
+                       "visorhba: setup_scsitaskmgmt_handles returned %d\n", ret);
                return FAILED;
        }