]> git.baikalelectronics.ru Git - kernel.git/commit
softirq, warning fix: correct a format to avoid a warning
authorFrederic Weisbecker <fweisbec@gmail.com>
Fri, 3 Oct 2008 09:39:46 +0000 (11:39 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 3 Oct 2008 09:41:41 +0000 (11:41 +0200)
commit315cd713a7a48a940ed54ecad845688b2aa1152a
tree76bc65173d4880fd2dfc5f31a520d1e9345fffcf
parent4d5b7d03936c396df748613be8975ab1d817f440
softirq, warning fix: correct a format to avoid a warning

Last -tip gives this warning:

kernel/softirq.c: Dans la fonction «__do_softirq» :
kernel/softirq.c:216: attention : format «%ld» expects type «long int», but argument 2 has type «int»

This patch corrects the format type, and a small mistake in the "softirq" word.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/softirq.c