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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111220154748.GB10752@google.com>
Date:	Tue, 20 Dec 2011 07:47:48 -0800
From:	Tejun Heo <tj@...nel.org>
To:	Axel Lin <axel.lin@...il.com>
Cc:	linux-kernel@...r.kernel.org, Greg Kroah-Hartman <gregkh@...e.de>,
	Jiri Kosina <trivial@...nel.org>
Subject: Re: [PATCH] devres: Fix a typo in devm_kfree comment

(cc'ing Jiri, hi!)

On Tue, Dec 20, 2011 at 03:17:45PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@...il.com>
> ---
>  drivers/base/devres.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/base/devres.c b/drivers/base/devres.c
> index 65cd748..524bf96 100644
> --- a/drivers/base/devres.c
> +++ b/drivers/base/devres.c
> @@ -639,7 +639,7 @@ EXPORT_SYMBOL_GPL(devm_kzalloc);
>   * @dev: Device this memory belongs to
>   * @p: Memory to free
>   *
> - * Free memory allocated with dev_kzalloc().
> + * Free memory allocated with devm_kzalloc().
>   */
>  void devm_kfree(struct device *dev, void *p)
>  {
> -- 
> 1.7.5.4

Yeap, looks good to me.  Jiri, can you please route this through the
trivial tree?  The original message can be read from

 http://article.gmane.org/gmane.linux.kernel/1231296/raw  

Thanks a lot.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ