All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kref: Fix typo in the description of kref_sub function
@ 2015-04-17  7:47 Jacek Anaszewski
  0 siblings, 0 replies; only message in thread
From: Jacek Anaszewski @ 2015-04-17  7:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jacek Anaszewski

Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
---
 include/linux/kref.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/kref.h b/include/linux/kref.h
index 484604d..216a41f 100644
--- a/include/linux/kref.h
+++ b/include/linux/kref.h
@@ -50,7 +50,7 @@ static inline void kref_get(struct kref *kref)
 /**
  * kref_sub - subtract a number of refcounts for object.
  * @kref: object.
- * @count: Number of recounts to subtract.
+ * @count: Number of refcounts to subtract.
  * @release: pointer to the function that will clean up the object when the
  *	     last reference to the object is released.
  *	     This pointer is required, and it is not acceptable to pass kfree
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-17  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-17  7:47 [PATCH] kref: Fix typo in the description of kref_sub function Jacek Anaszewski

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.