aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLiu Junqi <liujunqi@pku.edu.cn>2021-11-18 11:37:38 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-11-25 17:38:34 +0100
commit515f49702423f3a9b1bb6b6d89057bb47f799062 (patch)
treef3c57e2a8cd1de3b04e83993bac33d98ba53927b
parentstaging: r8188eu: delete unused header (diff)
downloadwireguard-linux-515f49702423f3a9b1bb6b6d89057bb47f799062.tar.xz
wireguard-linux-515f49702423f3a9b1bb6b6d89057bb47f799062.zip
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>
-rw-r--r--drivers/staging/unisys/visorhba/visorhba_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorhba/visorhba_main.c b/drivers/staging/unisys/visorhba/visorhba_main.c
index 694644112447..8eee131e834d 100644
--- a/drivers/staging/unisys/visorhba/visorhba_main.c
+++ b/drivers/staging/unisys/visorhba/visorhba_main.c
@@ -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;
}