Re: [PATCH 1/3] lib/kobject: simplify the kobject_init function

2013-03-19 Thread Greg KH
On Tue, Mar 19, 2013 at 02:46:59PM +0800, Dong Hao wrote: > From: Dong Hao > > The printk() function at the end of function kobject_init() already had '\n', > so remove the duplicated one. Your subject doesn't match this description. -- To unsubscribe from this list: send the line "unsubscribe l

[PATCH 1/3] lib/kobject: simplify the kobject_init function

2013-03-18 Thread Dong Hao
From: Dong Hao The printk() function at the end of function kobject_init() already had '\n', so remove the duplicated one. Signed-off-by: Dong Hao --- lib/kobject.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kobject.c b/lib/kobject.c index e07ee1f..279a172 10064