From: Dmitri Vorobiev Date: Thu, 24 Jan 2008 16:52:42 +0000 (+0300) Subject: [MIPS] Malta: use the KERN_ facility level in printk() X-Git-Tag: v2.6.25-rc1~1163^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8216d348e374b369338f015ca34492de1e381214;p=pandora-kernel.git [MIPS] Malta: use the KERN_ facility level in printk() This patch adds the KERN_ macros to printk() calls. Where applicable, spaces are replaced by tabs. These changes noticeably reduce the number of errors and warnings reported by the checkpatch.pl script for the malta_int.c file. Before the patch: total: 47 errors, 20 warnings, 354 lines checked After the patch: total: 34 errors, 7 warnings, 355 lines checked No functional changes introduced. Signed-off-by: Dmitri Vorobiev Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed