staging: unisys: visorhba: use tab to indent instead of whitespace

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>
This commit is contained in:
Liu Junqi 2021-11-18 11:37:38 +08:00 committed by Greg Kroah-Hartman
parent 1189d2fb15
commit 515f497024

View 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;
}