diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2010-03-13 07:58:13 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-15 15:35:35 +0100 |
commit | 932fb06b0898f5883200f1da2e00075f0d70ba9c (patch) | |
tree | b36679ed4f534513e40a3fa1c6a390c4f6257a9b | |
parent | 108afd0491e5bc2abda08645685da69d36688cb6 (diff) | |
download | linux-932fb06b0898f5883200f1da2e00075f0d70ba9c.tar.bz2 |
kobj: kref.h incorrectly describes itself as kref.c.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | include/linux/kref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kref.h b/include/linux/kref.h index b0cb0ebad9e6..baf4b9e4b194 100644 --- a/include/linux/kref.h +++ b/include/linux/kref.h @@ -1,5 +1,5 @@ /* - * kref.c - library routines for handling generic reference counted objects + * kref.h - library routines for handling generic reference counted objects * * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com> * Copyright (C) 2004 IBM Corp. |