commit | 77af7e3403e7314c47b0c07fbc5e4ef21d939532 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Fri Oct 03 11:39:46 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Oct 03 11:41:41 2008 +0200 |
tree | 76bc65173d4880fd2dfc5f31a520d1e9345fffcf | |
parent | 8e85b4b553fc932e1c5141feb5fda389b7f5db01 [diff] |
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>