From 8612c6639b70c59308cf37ae4790817df9621281 Mon Sep 17 00:00:00 2001 From: Pintu Kumar Date: Wed, 10 Dec 2014 15:42:58 -0800 Subject: [PATCH] mm/vmscan.c: replace printk with pr_err This patch replaces printk(KERN_ERR..) with pr_err found under shrink_slab. Thus it also reduces one line extra because of formatting. Signed-off-by: Pintu Kumar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed