kernel: be consistent with formatting style

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 37545
This commit is contained in:
Luka Perkov
2013-07-26 01:09:50 +00:00
parent bfe65eaf7a
commit aa81b9ed5f
19 changed files with 231 additions and 194 deletions

View File

@@ -59,6 +59,7 @@ endef
$(eval $(call KernelPackage,spi-gpio-old))
define KernelPackage/spi-gpio
SUBMENU:=$(SPI_MENU)
TITLE:=GPIO-based bitbanging SPI Master
@@ -89,4 +90,3 @@ define KernelPackage/spi-dev/description
endef
$(eval $(call KernelPackage,spi-dev))