From cb5a3bd84d7abe58ef4ef18b40f622b40b031a01 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 17 Jul 2015 08:31:21 -0600 Subject: [PATCH] Fix error in Kconfig of previous change: Can't mix tabs and spaces in help text --- drivers/net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 91fd96db15..6b5f14902e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -33,7 +33,7 @@ config NETDEV_LATEINIT up_netinitialize() may be insufficient, and - Situations where there are other board-level hardware dependencies so that the hardware is not in an appropriate - state for up_netinitialize() to be called. + state for up_netinitialize() to be called. Examples of this latter situation includes such things as network drivers that required some setup via an I2C I/O expander, or network