From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Apr 2017 10:07:36 -0600 Subject: [U-Boot] [PATCH v2 2/9] dm: led: Add a missing blank line in the Kconfig file In-Reply-To: References: <20170410173459.30461-1-sjg@chromium.org> <20170410173459.30461-3-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12 April 2017 at 02:51, Ziping Chen wrote: > > > 2017-04-11 1:34 GMT+08:00 Simon Glass : >> >> There should be a blank line between each option. Add one before LED_GPIO. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Add new patch with blank line in the Kconfig file >> >> drivers/led/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig >> index 609b1fa3fe..0ef45bc06a 100644 >> --- a/drivers/led/Kconfig >> +++ b/drivers/led/Kconfig >> @@ -17,6 +17,7 @@ config SPL_LED >> If this is acceptable and you have a need to use LEDs in SPL, >> enable this option. You will need to enable device tree in SPL >> for this to work. >> + >> config LED_GPIO >> bool "LED support for GPIO-connected LEDs" >> depends on LED && DM_GPIO >> -- >> 2.12.2.715.g7642488e1d-goog >> > > Reviewed-by: Ziping Chen