[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1277262164-6141-1-git-send-email-nealb001@gmail.com>
Date: Tue, 22 Jun 2010 22:02:44 -0500
From: Neal Buckendahl <nealb001@...il.com>
To: nealb001@...il.com, davej@...hat.com, trenn@...e.de,
prarit@...hat.com, venkatesh.pallipadi@...el.com,
mathieu.desnoyers@...ymtl.ca
Cc: cpufreq@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Cpufreq: fix brace coding style issue. This patch fixes up a brace warning found by the checkpatch.pl tool Signed-off-by: Neal Buckendahl <nealb001@...net.com>
---
drivers/cpufreq/cpufreq.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 063b218..c622355 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -1883,8 +1883,7 @@ static int __cpuinit cpufreq_cpu_callback(struct notifier_block *nfb,
return NOTIFY_OK;
}
-static struct notifier_block __refdata cpufreq_cpu_notifier =
-{
+static struct notifier_block __refdata cpufreq_cpu_notifier = {
.notifier_call = cpufreq_cpu_callback,
};
--
1.7.1
--
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