lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 14 Sep 2023 16:47:51 +0200
From:   Ulf Hansson <ulf.hansson@...aro.org>
To:     Balamanikandan Gunasundar 
        <balamanikandan.gunasundar@...rochip.com>
Cc:     linus.walleij@...aro.org, dmitry.torokhov@...il.com,
        linux-kernel@...r.kernel.org, linux-mmc@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org, nicolas.ferre@...rochip.com,
        aubin.constans@...rochip.com, alexandre.belloni@...tlin.com,
        hari.prasathge@...rochip.com, kernel test robot <lkp@...el.com>
Subject: Re: [PATCH] mmc: atmel-mci: Add description for struct member

On Mon, 11 Sept 2023 at 11:26, Balamanikandan Gunasundar
<balamanikandan.gunasundar@...rochip.com> wrote:
>
> Add description for dma filtering function in struct
> mci_platform_data. Fixes the warning: Function parameter or member
> 'dma_filter' not described in 'mci_platform_data'.
>
> Reported-by: kernel test robot <lkp@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202309020937.C5S2sRnr-lkp@intel.com/
> Signed-off-by: Balamanikandan Gunasundar <balamanikandan.gunasundar@...rochip.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/atmel-mci.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
> index 535783c43105..33d02a7e72fb 100644
> --- a/drivers/mmc/host/atmel-mci.c
> +++ b/drivers/mmc/host/atmel-mci.c
> @@ -227,6 +227,7 @@ struct mci_slot_pdata {
>  /**
>   * struct mci_platform_data - board-specific MMC/SDcard configuration
>   * @dma_slave: DMA slave interface to use in data transfers.
> + * @dma_filter: Filtering function to filter the DMA channel
>   * @slot: Per-slot configuration data.
>   */
>  struct mci_platform_data {
> --
> 2.25.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ