lkml.org 
[lkml]   [2022]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 2/2] mmc: renesas_sdhi: Fix typo's
    Date
    Fix typo's,
    * difference -> different
    * alignment -> aligned

    While at it replaced 128-bytes -> 128 byte.

    Reported-by: Pavel Machek <pavel@denx.de>
    Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
    ---
    drivers/mmc/host/renesas_sdhi_internal_dmac.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
    index 3084b15ae2cb..4eb65b3c36bb 100644
    --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c
    +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
    @@ -321,7 +321,7 @@ renesas_sdhi_internal_dmac_dataend_dma(struct tmio_mmc_host *host)
    }

    /*
    - * renesas_sdhi_internal_dmac_map() will be called with two difference
    + * renesas_sdhi_internal_dmac_map() will be called with two different
    * sg pointers in two mmc_data by .pre_req(), but tmio host can have a single
    * sg_ptr only. So, renesas_sdhi_internal_dmac_{un}map() should use a sg
    * pointer in a mmc_data instead of host->sg_ptr.
    @@ -355,7 +355,7 @@ renesas_sdhi_internal_dmac_map(struct tmio_mmc_host *host,

    data->host_cookie = cookie;

    - /* This DMAC cannot handle if buffer is not 128-bytes alignment */
    + /* This DMAC cannot handle if buffer is not 128 byte aligned */
    if (!IS_ALIGNED(sg_dma_address(data->sg), 128)) {
    renesas_sdhi_internal_dmac_unmap(host, data, cookie);
    return false;
    --
    2.17.1
    \
     
     \ /
      Last update: 2022-06-22 19:37    [W:3.539 / U:0.400 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site