From: Gerrit Huizenga Simple typo, but makes code look incomplete. Signed-off-by: Nishanth Aravamudan Signed-off-by: Gerrit Huizenga Signed-off-by: Andrew Morton --- kernel/ckrm/ckrm.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/ckrm/ckrm.c~ckrm-clean-up-typo-in-printk-message kernel/ckrm/ckrm.c --- 25/kernel/ckrm/ckrm.c~ckrm-clean-up-typo-in-printk-message Wed Jul 13 14:44:24 2005 +++ 25-akpm/kernel/ckrm/ckrm.c Wed Jul 13 14:44:24 2005 @@ -598,7 +598,7 @@ ckrm_register_res_ctlr(struct ckrm_class */ read_lock(&ckrm_class_lock); list_for_each_entry(core, &clstype->classes, clslist) { - printk("CKRM .. create res clsobj for resouce <%s>" + printk(KERN_NOTICE "CKRM .. create res clsobj for resource <%s>" "class <%s> par=%p\n", rcbs->res_name, core->name, core->hnode.parent); ckrm_alloc_res_class(core, core->hnode.parent, resid); _