[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ef8f00f2-210c-454e-a7f8-ab724a18bf96@quicinc.com>
Date: Sun, 23 Jun 2024 10:36:01 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: "Michael S. Tsirkin" <mst@...hat.com>, Jason Wang <jasowang@...hat.com>,
Xuan Zhuo <xuanzhuo@...ux.alibaba.com>,
Eugenio PĂ©rez
<eperezma@...hat.com>
CC: <virtualization@...ts.linux.dev>, <linux-kernel@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] virtio: add missing MODULE_DESCRIPTION() macro
On 6/2/2024 1:25 PM, Jeff Johnson wrote:
> make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/virtio/virtio_dma_buf.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
> drivers/virtio/virtio_dma_buf.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/virtio/virtio_dma_buf.c b/drivers/virtio/virtio_dma_buf.c
> index 2521a75009c3..3034a2f605c8 100644
> --- a/drivers/virtio/virtio_dma_buf.c
> +++ b/drivers/virtio/virtio_dma_buf.c
> @@ -85,5 +85,6 @@ int virtio_dma_buf_get_uuid(struct dma_buf *dma_buf,
> }
> EXPORT_SYMBOL(virtio_dma_buf_get_uuid);
>
> +MODULE_DESCRIPTION("dma-bufs for virtio exported objects");
> MODULE_LICENSE("GPL");
> MODULE_IMPORT_NS(DMA_BUF);
>
> ---
> base-commit: 83814698cf48ce3aadc5d88a3f577f04482ff92a
> change-id: 20240602-md-virtio_dma_buf-b3552ca6c5d5
>
Following up to see if anything else is needed from me.
Hoping to see this in linux-next :)
Powered by blists - more mailing lists