Skip to content

Commit 9e51d1d

Browse files
Dan CarpenterDinh Nguyen
authored andcommitted
firmware: stratix10-svc: Delete some stray tabs
These lines are indented one tab too far. Delete the extra tabs for readability. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent 8f0b4cc commit 9e51d1d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

drivers/firmware/stratix10-svc.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ int stratix10_svc_async_send(struct stratix10_svc_chan *chan, void *msg,
13171317
dev_dbg(ctrl->dev,
13181318
"Async message sent with transaction_id 0x%02x\n",
13191319
handle->transaction_id);
1320-
*handler = handle;
1320+
*handler = handle;
13211321
return 0;
13221322
case INTEL_SIP_SMC_STATUS_BUSY:
13231323
dev_warn(ctrl->dev, "Mailbox is busy, try after some time\n");
@@ -1702,12 +1702,12 @@ int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg)
17021702
kthread_run_on_cpu(svc_normal_to_secure_thread,
17031703
(void *)chan->ctrl,
17041704
cpu, "svc_smc_hvc_thread");
1705-
if (IS_ERR(chan->ctrl->task)) {
1706-
dev_err(chan->ctrl->dev,
1707-
"failed to create svc_smc_hvc_thread\n");
1708-
kfree(p_data);
1709-
return -EINVAL;
1710-
}
1705+
if (IS_ERR(chan->ctrl->task)) {
1706+
dev_err(chan->ctrl->dev,
1707+
"failed to create svc_smc_hvc_thread\n");
1708+
kfree(p_data);
1709+
return -EINVAL;
1710+
}
17111711
}
17121712

17131713
pr_debug("%s: sent P-va=%p, P-com=%x, P-size=%u\n", __func__,

0 commit comments

Comments
 (0)