linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] devres: Fix a typo in devm_kfree comment
@ 2011-12-20  7:17 Axel Lin
  2011-12-20 15:47 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Axel Lin @ 2011-12-20  7:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: Tejun Heo, Greg Kroah-Hartman

Signed-off-by: Axel Lin <axel.lin@gmail.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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] devres: Fix a typo in devm_kfree comment
  2011-12-20  7:17 [PATCH] devres: Fix a typo in devm_kfree comment Axel Lin
@ 2011-12-20 15:47 ` Tejun Heo
  2011-12-20 23:32   ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2011-12-20 15:47 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Greg Kroah-Hartman, Jiri Kosina

(cc'ing Jiri, hi!)

On Tue, Dec 20, 2011 at 03:17:45PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] devres: Fix a typo in devm_kfree comment
  2011-12-20 15:47 ` Tejun Heo
@ 2011-12-20 23:32   ` Jiri Kosina
  0 siblings, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2011-12-20 23:32 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Axel Lin, linux-kernel, Greg Kroah-Hartman

On Tue, 20 Dec 2011, Tejun Heo wrote:

> (cc'ing Jiri, hi!)

Hi Tejun, thanks for CCing me.

> On Tue, Dec 20, 2011 at 03:17:45PM +0800, Axel Lin wrote:
> > Signed-off-by: Axel Lin <axel.lin@gmail.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.

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-20 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-20  7:17 [PATCH] devres: Fix a typo in devm_kfree comment Axel Lin
2011-12-20 15:47 ` Tejun Heo
2011-12-20 23:32   ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).