From: Robert P. J. Day Date: Sat, 13 Mar 2010 12:58:13 +0000 (-0500) Subject: kobj: kref.h incorrectly describes itself as kref.c. X-Git-Tag: v2.6.35-rc1~482^2~38 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=932fb06b0898f5883200f1da2e00075f0d70ba9c;p=karo-tx-linux.git kobj: kref.h incorrectly describes itself as kref.c. Signed-off-by: Robert P. J. Day Signed-off-by: Jiri Kosina --- 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 * Copyright (C) 2004 IBM Corp.