video: hyperv_fb: fix indentation issue
authorColin Ian King <colin.king@canonical.com>
Thu, 14 Nov 2019 17:27:20 +0000 (17:27 +0000)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 15 Jan 2020 16:31:40 +0000 (17:31 +0100)
There is a block of statements that are indented
too deeply, remove the extraneous tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Cc: "K . Y . Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: Sasha Levin <sashal@kernel.org>
[b.zolnierkie: minor patch summary fixup]
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191114172720.322023-1-colin.king@canonical.com
drivers/video/fbdev/hyperv_fb.c

index afe9fd7..3108a42 100644 (file)
@@ -582,8 +582,8 @@ static int synthvid_get_supported_resolution(struct hv_device *hdev)
        t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT);
        if (!t) {
                pr_err("Time out on waiting resolution response\n");
-                       ret = -ETIMEDOUT;
-                       goto out;
+               ret = -ETIMEDOUT;
+               goto out;
        }
 
        if (msg->resolution_resp.resolution_count == 0) {