]> 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)
commitd7abc911c1216670c590ea515ae3b7dc2c26f46b
tree00cf6895e29cee3df8fb6f624b3f4c0efd5c7e8e
parent2e0873da09585b8a2daf9ca8c2facd15f454ec3f
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