]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: BCM63xx: add endif comments
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 8 Jun 2020 10:18:28 +0000 (12:18 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Jun 2020 09:59:45 +0000 (11:59 +0200)
commit2fc65eb225138ab26be191f73557ecf1f25a59cc
tree00cf6895e29cee3df8fb6f624b3f4c0efd5c7e8e
parent74a27a5f5a99e6b5adfd790053b6cccac3270c76
MIPS: BCM63xx: add endif comments

There are plenty of ifdefs in board_bcm963xx.c without endif comments.
Let's make the code easier to follow by adding proper comments.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/bcm63xx/boards/board_bcm963xx.c