From: Frederic Weisbecker Date: Fri, 3 Oct 2008 09:39:46 +0000 (+0200) Subject: softirq, warning fix: correct a format to avoid a warning X-Git-Tag: v2.6.28-rc1~271^2^3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77af7e3403e7314c47b0c07fbc5e4ef21d939532;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed