projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6977745
)
cpuid: fix example compilation
author
Ahmed Samy
<f.fallen45@gmail.com>
Sun, 1 Dec 2013 11:52:03 +0000
(13:52 +0200)
committer
Ahmed Samy
<f.fallen45@gmail.com>
Sun, 1 Dec 2013 11:53:35 +0000
(13:53 +0200)
Signed-off-by: Ahmed Samy <f.fallen45@gmail.com>
ccan/cpuid/_info
patch
|
blob
|
history
diff --git
a/ccan/cpuid/_info
b/ccan/cpuid/_info
index 569dc21cd2885061fc7ef46369068db4889c73e1..79a98c0a236dfc2ad98010a01afb4bcb9726f74c 100644
(file)
--- a/
ccan/cpuid/_info
+++ b/
ccan/cpuid/_info
@@
-13,8
+13,8
@@
* int main(void)
* {
* uint32_t highest;
- * cpuid(CPU_HIGHEST_EXTENDED_FUNCTION_SUPPORTED, &highest);
- * printf
("Highest extended function supported: %d\n", highest);
+ * cpuid(CPU
ID
_HIGHEST_EXTENDED_FUNCTION_SUPPORTED, &highest);
+ * printf("Highest extended function supported: %d\n", highest);
*
* return 0;
* }