]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[CPUFREQ] fix brace coding style issue.
authorNeal Buckendahl <nealb001@gmail.com>
Wed, 23 Jun 2010 03:02:44 +0000 (22:02 -0500)
committerDave Jones <davej@redhat.com>
Tue, 3 Aug 2010 17:47:05 +0000 (13:47 -0400)
This patch fixes up a brace warning found by the checkpatch.pl tool

Signed-off-by: Neal Buckendahl <nealb001@tbcnet.com>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/cpufreq.c

index 6ce1bb735635f87a0c4cb50aeef89ee98d5771ed..199dcb9f0b836da1431a5791b05309d79f9c330c 100644 (file)
@@ -1876,8 +1876,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,
 };