[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060724221506.2955bbb5.yoichi_yuasa@tripeaks.co.jp>
Date: Mon, 24 Jul 2006 22:15:06 +0900
From: Yoichi Yuasa <yoichi_yuasa@...peaks.co.jp>
To: Andrew Morton <akpm@...l.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/2] irq: fixed coding style
Hi,
This patch has fixed coding style.
I think that it is more natural.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@...peaks.co.jp>
diff -pruN -X 2.6.18-rc2/Documentation/dontdiff 2.6.18-rc2-orig/kernel/irq/chip.c 2.6.18-rc2/kernel/irq/chip.c
--- 2.6.18-rc2-orig/kernel/irq/chip.c 2006-07-24 09:58:59.666575750 +0900
+++ 2.6.18-rc2/kernel/irq/chip.c 2006-07-24 10:15:27.319234250 +0900
@@ -146,7 +146,7 @@ static void default_disable(unsigned int
struct irq_desc *desc = irq_desc + irq;
if (!(desc->status & IRQ_DELAYED_DISABLE))
- irq_desc[irq].chip->mask(irq);
+ desc->chip->mask(irq);
}
/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists