public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed formatting in ia64_process_pending_irq()
@ 2006-12-01 12:29 Pavel Emelianov
  2006-12-01 21:47 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Emelianov @ 2006-12-01 12:29 UTC (permalink / raw)
  To: Andrew Morton, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 133 bytes --]

A trivial issue found during code examining.
Someone typed unneeded extra spaces.

Signed-off-by: Pavel Emelianov <xemul@openvz.org>

[-- Attachment #2: diff-ia64-irq-typo --]
[-- Type: text/plain, Size: 739 bytes --]

--- ./arch/ia64/kernel/irq_ia64.c.irqtypo	2006-11-23 11:45:25.000000000 +0300
+++ ./arch/ia64/kernel/irq_ia64.c	2006-12-01 15:19:12.000000000 +0300
@@ -219,16 +219,16 @@ void ia64_process_pending_intr(void)
 
 	vector = ia64_get_ivr();
 
-	 irq_enter();
-	 saved_tpr = ia64_getreg(_IA64_REG_CR_TPR);
-	 ia64_srlz_d();
-
-	 /*
-	  * Perform normal interrupt style processing
-	  */
+	irq_enter();
+	saved_tpr = ia64_getreg(_IA64_REG_CR_TPR);
+	ia64_srlz_d();
+
+	/*
+	 * Perform normal interrupt style processing
+	 */
 	while (vector != IA64_SPURIOUS_INT_VECTOR) {
 		if (unlikely(IS_RESCHEDULE(vector)))
-			 kstat_this_cpu.irqs[vector]++;
+			kstat_this_cpu.irqs[vector]++;
 		else {
 			struct pt_regs *old_regs = set_irq_regs(NULL);
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fixed formatting in ia64_process_pending_irq()
  2006-12-01 12:29 [PATCH] Fixed formatting in ia64_process_pending_irq() Pavel Emelianov
@ 2006-12-01 21:47 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2006-12-01 21:47 UTC (permalink / raw)
  To: Pavel Emelianov; +Cc: Linux Kernel Mailing List

On Fri, 01 Dec 2006 15:29:43 +0300
Pavel Emelianov <xemul@openvz.org> wrote:

> A trivial issue found during code examining.
> Someone typed unneeded extra spaces.

It's the usual mess in there.

akpm:/usr/src/linux-2.6.19> grep -r '^    ' arch/ia64 | wc -l           
341

There isn't much point in fixing just four of them.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-01 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-01 12:29 [PATCH] Fixed formatting in ia64_process_pending_irq() Pavel Emelianov
2006-12-01 21:47 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox