projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54a4644
)
cpuidle: fix comment format
author
Daniel Lezcano
<daniel.lezcano@linaro.org>
Tue, 23 Apr 2013 15:28:44 +0000
(15:28 +0000)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 23 Apr 2013 22:54:51 +0000
(
00:54
+0200)
Fix comment format for the kernel doc script.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpuidle/cpuidle.c
patch
|
blob
|
history
diff --git
a/drivers/cpuidle/cpuidle.c
b/drivers/cpuidle/cpuidle.c
index 49e8d302af5579a9833e380f7d4a4de32f4aaf55..c3a93fece819e71adb5fcae2acd84f885c0f2583 100644
(file)
--- a/
drivers/cpuidle/cpuidle.c
+++ b/
drivers/cpuidle/cpuidle.c
@@
-454,7
+454,7
@@
void cpuidle_unregister_device(struct cpuidle_device *dev)
EXPORT_SYMBOL_GPL(cpuidle_unregister_device);
-/*
+/*
*
* cpuidle_unregister: unregister a driver and the devices. This function
* can be used only if the driver has been previously registered through
* the cpuidle_register function.