Просмотр исходного кода

Merge remote-tracking branch 'spi/topic/doc' into spi-next

Mark Brown 12 лет назад
Родитель
Сommit
96b1a28d65
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Documentation/spi/spi-summary

+ 1 - 1
Documentation/spi/spi-summary

@@ -215,7 +215,7 @@ So for example arch/.../mach-*/board-*.c files might have code like:
 	/* if your mach-* infrastructure doesn't support kernels that can
 	 * run on multiple boards, pdata wouldn't benefit from "__init".
 	 */
-	static struct mysoc_spi_data __initdata pdata = { ... };
+	static struct mysoc_spi_data pdata __initdata = { ... };
 
 	static __init board_init(void)
 	{