On Tue, 27 May 2014, Jiang Liu wrote: > Use pr_lvl() helper utilities to replace printk(KERN_LVL) for readability, > no function changes. > > Signed-off-by: Jiang Liu <jiang.liu@xxxxxxxxxxxxxxx> Acked-by: David Rientjes <rientjes@xxxxxxxxxx> Eek, lots of newlines in single printks without pr_cont() that are existing, probably to make them more visible during debugging. I think we could clean this up even further, but the printk(KERN_LVL) -> pr_lvl() conversion of this patch is a step in the right direction. -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html