All of lore.kernel.org
 help / color / mirror / Atom feed
From: LABBE Corentin <clabbe@baylibre.com>
To: airlied@linux.ie
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] agp: Add bridge parameter documentation
Date: Sat, 20 Apr 2019 19:42:04 +0200	[thread overview]
Message-ID: <20190420174204.GB23311@Red> (raw)
In-Reply-To: <1513798010-12089-1-git-send-email-clabbe@baylibre.com>

On Wed, Dec 20, 2017 at 07:26:50PM +0000, Corentin Labbe wrote:
> This patch add documentation about the bridge parameter in several
> function.
> 
> This will fix the following build warning:
> drivers/char/agp/generic.c:220: warning: No description found for parameter 'bridge'
> drivers/char/agp/generic.c:364: warning: No description found for parameter 'bridge'
> drivers/char/agp/generic.c:1283: warning: No description found for parameter 'bridge'
> 
> Signed-off-by: Corentin Labbe <clabbe@baylibre.com>

Hello

gentle ping

Regards

> ---
>  drivers/char/agp/generic.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/char/agp/generic.c b/drivers/char/agp/generic.c
> index 27a022f806fa..cf50a180c8d6 100644
> --- a/drivers/char/agp/generic.c
> +++ b/drivers/char/agp/generic.c
> @@ -207,6 +207,7 @@ EXPORT_SYMBOL(agp_free_memory);
>  /**
>   *	agp_allocate_memory  -  allocate a group of pages of a certain type.
>   *
> + *	@bridge: an agp_bridge_data struct allocated for the AGP host bridge.
>   *	@page_count:	size_t argument of the number of pages
>   *	@type:	u32 argument of the type of memory to be allocated.
>   *
> @@ -355,6 +356,7 @@ EXPORT_SYMBOL_GPL(agp_num_entries);
>  /**
>   *	agp_copy_info  -  copy bridge state information
>   *
> + *	@bridge: an agp_bridge_data struct allocated for the AGP host bridge.
>   *	@info:		agp_kern_info pointer.  The caller should insure that this pointer is valid.
>   *
>   *	This function copies information about the agp bridge device and the state of
> @@ -1277,6 +1279,7 @@ EXPORT_SYMBOL(agp_generic_destroy_page);
>  /**
>   * agp_enable  -  initialise the agp point-to-point connection.
>   *
> + * @bridge: an agp_bridge_data struct allocated for the AGP host bridge.
>   * @mode:	agp mode register value to configure with.
>   */
>  void agp_enable(struct agp_bridge_data *bridge, u32 mode)
> -- 
> 2.13.6
> 

      reply	other threads:[~2019-04-20 17:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-20 19:26 [PATCH] agp: Add bridge parameter documentation Corentin Labbe
2019-04-20 17:42 ` LABBE Corentin [this message]

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=20190420174204.GB23311@Red \
    --to=clabbe@baylibre.com \
    --cc=airlied@linux.ie \
    --cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.