On Thu, 2013-07-04 at 18:07 +0200, Michal Hocko wrote: > A warning is printed when the new value is ignored. [] > + printk(KERN_WARNING "min_free_kbytes is not updated to %d" > + "because user defined value %d is preferred\n", > + new_min_free_kbytes, user_min_free_kbytes); Please use pr_warn and coalesce the format. You'd've noticed a missing space between %d and because. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>