在 2020/8/7 下午5:38, Álvaro Fernández Rojas 写道:
Current board declarations are a mess. Let's put some order and make them follow the same structure. Also remove board declarations tabs and double whitespace in the header. Signed-off-by: Álvaro Fernández Rojas <noltari@xxxxxxxxx> --- arch/mips/bcm63xx/boards/board_bcm963xx.c | 617 +++++++++++----------- 1 file changed, 306 insertions(+), 311 deletions(-) diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c index ac9570b66f37..36dd356374b1 100644 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -1,6 +1,6 @@ /* * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive + * License. See the file "COPYING" in the main directory of this archive
You'd better replace licenses text with SPDX identifier.
* for more details. * * Copyright (C) 2008 Maxime Bizon <mbizon@xxxxxxxxxx> @@ -41,30 +41,28 @@ static struct board_info board; */
Thanks - Jiaxun