From: neil.armstrong@linaro.org
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
linux-amlogic@lists.infradead.org, linux-mmc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, ulf.hansson@linaro.org
Subject: Re: [PATCH v1 6/7] mmc: meson-mx-sdio: Fix indentation in meson_mx_mmc_irq_thread()
Date: Mon, 17 Nov 2025 10:11:17 +0100 [thread overview]
Message-ID: <614d29e5-b662-43fb-98c0-e3dd0efbe25b@linaro.org> (raw)
In-Reply-To: <20251108231253.1641927-7-martin.blumenstingl@googlemail.com>
On 11/9/25 00:12, Martin Blumenstingl wrote:
> Keep the second line with arguments for dma_unmap_sg() aligned.
>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
> drivers/mmc/host/meson-mx-sdio.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/mmc/host/meson-mx-sdio.c b/drivers/mmc/host/meson-mx-sdio.c
> index 052bcf8f32df..e8b63dc45dd8 100644
> --- a/drivers/mmc/host/meson-mx-sdio.c
> +++ b/drivers/mmc/host/meson-mx-sdio.c
> @@ -436,8 +436,7 @@ static irqreturn_t meson_mx_mmc_irq_thread(int irq, void *irq_data)
>
> if (cmd->data) {
> dma_unmap_sg(mmc_dev(host->mmc), cmd->data->sg,
> - cmd->data->sg_len,
> - mmc_get_dma_dir(cmd->data));
> + cmd->data->sg_len, mmc_get_dma_dir(cmd->data));
>
> cmd->data->bytes_xfered = cmd->data->blksz * cmd->data->blocks;
> }
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
next prev parent reply other threads:[~2025-11-17 9:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-08 23:12 [PATCH v1 0/7] mmc: meson-mx-sdio: Various driver improvements Martin Blumenstingl
2025-11-08 23:12 ` [PATCH v1 1/7] mmc: meson-mx-sdio: Switch to regmap for register access Martin Blumenstingl
2025-11-17 9:08 ` neil.armstrong
2025-11-08 23:12 ` [PATCH v1 2/7] mmc: meson-mx-sdio: Use devm_clk_get_enabled() Martin Blumenstingl
2025-11-17 9:09 ` neil.armstrong
2025-11-08 23:12 ` [PATCH v1 3/7] mmc: meson-mx-sdio: Refactor internal clock initialization Martin Blumenstingl
2025-11-17 9:10 ` neil.armstrong
2025-11-08 23:12 ` [PATCH v1 4/7] mmc: meson-mx-sdio: Use devm_mmc_alloc_host() helper Martin Blumenstingl
2025-11-17 9:10 ` neil.armstrong
2025-11-08 23:12 ` [PATCH v1 5/7] mmc: meson-mx-sdio: Use dev_err_probe() where appropriate Martin Blumenstingl
2025-11-17 9:11 ` neil.armstrong
2025-11-08 23:12 ` [PATCH v1 6/7] mmc: meson-mx-sdio: Fix indentation in meson_mx_mmc_irq_thread() Martin Blumenstingl
2025-11-17 9:11 ` neil.armstrong [this message]
2025-11-08 23:12 ` [PATCH v1 7/7] mmc: meson-mx-sdio: Ignore disabled "mmc-slot" child-nodes Martin Blumenstingl
2025-11-18 15:31 ` [PATCH v1 0/7] mmc: meson-mx-sdio: Various driver improvements Ulf Hansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=614d29e5-b662-43fb-98c0-e3dd0efbe25b@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox