The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	<dri-devel@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>
Subject: Re: [PATCH v1 1/1] drm/mipi-dbi: Add missing MODULE_DESCRIPTION()
Date: Tue, 11 Jun 2024 06:46:12 -0700	[thread overview]
Message-ID: <4e13caf0-c6f5-4df0-82b9-be72ffe06beb@quicinc.com> (raw)
In-Reply-To: <20240425125627.2275559-1-andriy.shevchenko@linux.intel.com>

On 4/25/24 05:56, Andy Shevchenko wrote:
> The modpost script is not happy
> 
>    WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/drm_mipi_dbi.o
> 
> because there is a missing module description.
> 
> Add it to the module.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>   drivers/gpu/drm/drm_mipi_dbi.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/drm_mipi_dbi.c b/drivers/gpu/drm/drm_mipi_dbi.c
> index daac649aabdb..ee6fa8185b13 100644
> --- a/drivers/gpu/drm/drm_mipi_dbi.c
> +++ b/drivers/gpu/drm/drm_mipi_dbi.c
> @@ -1475,4 +1475,5 @@ EXPORT_SYMBOL(mipi_dbi_debugfs_init);
>   
>   #endif
>   
> +MODULE_DESCRIPTION("MIPI Display Bus Interface (DBI) LCD controller support");
>   MODULE_LICENSE("GPL");

I'll remove this from my series
Reviewed-by: Jeff Johnson <quic_jjohnson@quicinc.com>


  parent reply	other threads:[~2024-06-11 13:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25 12:56 [PATCH v1 1/1] drm/mipi-dbi: Add missing MODULE_DESCRIPTION() Andy Shevchenko
2024-06-05 20:38 ` Andy Shevchenko
2024-06-11 13:34   ` Andy Shevchenko
2024-06-11 13:42     ` Jeff Johnson
2024-06-11 13:46 ` Jeff Johnson [this message]
2024-06-11 13:52   ` Andy Shevchenko

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=4e13caf0-c6f5-4df0-82b9-be72ffe06beb@quicinc.com \
    --to=quic_jjohnson@quicinc.com \
    --cc=airlied@gmail.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=tzimmermann@suse.de \
    /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