spi/documentation: Fix usage of __initdata
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 8 Aug 2013 05:15:10 +0000 (10:45 +0530)
committerMark Brown <broonie@linaro.org>
Thu, 8 Aug 2013 10:43:44 +0000 (11:43 +0100)
__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>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found