diff mbox series

[v2,1/4] MIPS: BCM63xx: remove duplicated new lines

Message ID 20200807100411.2904279-2-noltari@gmail.com (mailing list archive)
State New, archived
Headers show
Series MIPS: BCM63xx: board improvements | expand

Commit Message

Álvaro Fernández Rojas Aug. 7, 2020, 10:04 a.m. UTC
There are 3 duplicated new lines, let's remove them.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---
 v2: no changes.

 arch/mips/bcm63xx/boards/board_bcm963xx.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Florian Fainelli Aug. 7, 2020, 6:19 p.m. UTC | #1
On 8/7/2020 3:04 AM, Álvaro Fernández Rojas wrote:
> There are 3 duplicated new lines, let's remove them.
> 
> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Philippe Mathieu-Daudé Aug. 9, 2020, 6:40 p.m. UTC | #2
On Fri, Aug 7, 2020 at 12:06 PM Álvaro Fernández Rojas
<noltari@gmail.com> wrote:
>
> There are 3 duplicated new lines, let's remove them.
>
> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
=)

> ---
>  v2: no changes.
>
>  arch/mips/bcm63xx/boards/board_bcm963xx.c | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c
> index 230bf27c1fb8..744aa16bab12 100644
> --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
> +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
> @@ -32,7 +32,6 @@
>
>  #include <uapi/linux/bcm933xx_hcs.h>
>
> -
>  #define HCS_OFFSET_128K                        0x20000
>
>  static struct board_info board;
> @@ -337,7 +336,6 @@ static struct board_info __initdata board_96348gw_11 = {
>                 .force_duplex_full      = 1,
>         },
>
> -
>         .has_ohci0 = 1,
>         .has_pccard = 1,
>         .has_ehci0 = 1,
> @@ -580,7 +578,6 @@ static struct board_info __initdata board_96358vw2 = {
>                 .force_duplex_full      = 1,
>         },
>
> -
>         .has_ohci0 = 1,
>         .has_pccard = 1,
>         .has_ehci0 = 1,
> --
> 2.27.0
>
diff mbox series

Patch

diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c
index 230bf27c1fb8..744aa16bab12 100644
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -32,7 +32,6 @@ 
 
 #include <uapi/linux/bcm933xx_hcs.h>
 
-
 #define HCS_OFFSET_128K			0x20000
 
 static struct board_info board;
@@ -337,7 +336,6 @@  static struct board_info __initdata board_96348gw_11 = {
 		.force_duplex_full	= 1,
 	},
 
-
 	.has_ohci0 = 1,
 	.has_pccard = 1,
 	.has_ehci0 = 1,
@@ -580,7 +578,6 @@  static struct board_info __initdata board_96358vw2 = {
 		.force_duplex_full	= 1,
 	},
 
-
 	.has_ohci0 = 1,
 	.has_pccard = 1,
 	.has_ehci0 = 1,