Explorar o código

[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@tbcnet.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Neal Buckendahl %!s(int64=15) %!d(string=hai) anos
pai
achega
9c36f746d7
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      drivers/cpufreq/cpufreq.c

+ 1 - 2
drivers/cpufreq/cpufreq.c

@@ -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,
 };