lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1301697287.15937.5.camel@ks-ubuntu>
Date:	Fri, 01 Apr 2011 17:34:47 -0500
From:	Karthigan Srinivasan <karthigan.srinivasan@...com>
To:	davej@...hat.com,
	Nagananda Chumbalkar <Nagananda.Chumbalkar@...com>,
	linux-kernel@...r.kernel.org, cpufreq@...r.kernel.org
Subject: [PATCH] Drivers: cpufreq/cpufreq_stats.c: Fixed brace coding style
 issue

>From 0f157586affbd149943440eb26ea2981359d79c1 Mon Sep 17 00:00:00 2001
From: Karthigan Srinivasan <karthigan.srinivasan@...com>
Date: Fri, 1 Apr 2011 17:20:49 -0500
Subject: [PATCH] Drivers: cpufreq/cpufreq_stats.c: Fixed brace coding
style issue

Fixed brace coding style issue.

Signed-off-by: Karthigan Srinivasan <karthigan.srinivasan@...com>
---
 drivers/cpufreq/cpufreq_stats.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/cpufreq/cpufreq_stats.c
b/drivers/cpufreq/cpufreq_stats.c
index 00d73fc..78bf713 100644
--- a/drivers/cpufreq/cpufreq_stats.c
+++ b/drivers/cpufreq/cpufreq_stats.c
@@ -324,8 +324,7 @@ static int __cpuinit
cpufreq_stat_cpu_callback(struct notifier_block *nfb,
 	return NOTIFY_OK;
 }
 
-static struct notifier_block cpufreq_stat_cpu_notifier __refdata =
-{
+static struct notifier_block cpufreq_stat_cpu_notifier __refdata = {
 	.notifier_call = cpufreq_stat_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

Powered by Openwall GNU/*/Linux Powered by OpenVZ