Re: [PATCH 4/4] MIPS: BCM63xx: refactor board declarations
From: Jiaxun Yang <jiaxun.yang@flygoat.com>
Date: 2020-08-07 09:45:37
Also in:
linux-mips, lkml
在 2020/8/7 下午5:38, Álvaro Fernández Rojas 写道:
quoted hunk ↗ jump to hunk
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 <redacted> --- 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.
quoted hunk ↗ jump to hunk
* for more details. * * Copyright (C) 2008 Maxime Bizon [off-list ref]@@ -41,30 +41,28 @@ static struct board_info board; */
Thanks - Jiaxun _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel