]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
firmware: stratix10-svc: Delete some stray tabs
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 21 Nov 2025 13:34:40 +0000 (16:34 +0300)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 15 Dec 2025 19:50:39 +0000 (13:50 -0600)
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>
drivers/firmware/stratix10-svc.c

index 515b948ff320e730a44bb7ba5944ba31a9377623..dbed404a71fcf559461b062266e74621805c5235 100644 (file)
@@ -1317,7 +1317,7 @@ int stratix10_svc_async_send(struct stratix10_svc_chan *chan, void *msg,
                dev_dbg(ctrl->dev,
                        "Async message sent with transaction_id 0x%02x\n",
                        handle->transaction_id);
-                       *handler = handle;
+               *handler = handle;
                return 0;
        case INTEL_SIP_SMC_STATUS_BUSY:
                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)
                        kthread_run_on_cpu(svc_normal_to_secure_thread,
                                           (void *)chan->ctrl,
                                           cpu, "svc_smc_hvc_thread");
-                       if (IS_ERR(chan->ctrl->task)) {
-                               dev_err(chan->ctrl->dev,
-                                       "failed to create svc_smc_hvc_thread\n");
-                               kfree(p_data);
-                               return -EINVAL;
-                       }
+               if (IS_ERR(chan->ctrl->task)) {
+                       dev_err(chan->ctrl->dev,
+                               "failed to create svc_smc_hvc_thread\n");
+                       kfree(p_data);
+                       return -EINVAL;
+               }
        }
 
        pr_debug("%s: sent P-va=%p, P-com=%x, P-size=%u\n", __func__,