git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96bd35
)
spi/documentation: Fix usage of __initdata
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 9 Aug 2013 16:19:43 +0000
(09:19 -0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 20 Aug 2013 10:52:28 +0000
(12:52 +0200)
__initdata should be placed between the variable name and equal
sign for the variable to be placed in the intended section. Fix
the example code.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found