]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kernel/range.c: subtract_range: fix the broken phrase issued by printk
authorLin Feng <linfeng@cn.fujitsu.com>
Tue, 30 Apr 2013 22:27:07 +0000 (15:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 May 2013 00:04:01 +0000 (17:04 -0700)
commit7fba2c27a3e0cf7fa411fbab4839e1807a3e0734
tree70e4c22a99a682752f7802162108de8e653eb604
parent58c7be84fec87b3a96964d65129b36c0e8c59a19
kernel/range.c: subtract_range: fix the broken phrase issued by printk

Also replace deprecated printk(KERN_ERR...) with pr_err() as suggested
by Yinghai, attaching the function name to provide plenty info.

Signed-off-by: Lin Feng <linfeng@cn.fujitsu.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/range.c