[PATCH 1/2] palmetto-bmc: Cleanup whitespace to make checkpatch happy

Cédric Le Goater clg at kaod.org
Thu Jul 28 18:22:15 AEST 2016


On 07/28/2016 03:25 AM, Andrew Jeffery wrote:
> Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
> ---
>  hw/arm/palmetto-bmc.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/arm/palmetto-bmc.c b/hw/arm/palmetto-bmc.c
> index 71b9ca73d2d4..ec4aed306e7b 100644
> --- a/hw/arm/palmetto-bmc.c
> +++ b/hw/arm/palmetto-bmc.c
> @@ -45,9 +45,9 @@ enum {
>  };
>  
>  static const AspeedBoardConfig aspeed_boards[] = {
> -    [ PALMETTO_BMC ] = { AST2400_HW_STRAP1, AST2400_A0_SILICON_REV,
> +    [PALMETTO_BMC] = { AST2400_HW_STRAP1, AST2400_A0_SILICON_REV,
>                           AST2400_SDRAM_BASE },
> -    [ AST2500_EDK ]  = { 0x00000200, AST2500_A1_SILICON_REV,
> +    [AST2500_EDK]  = { 0x00000200, AST2500_A1_SILICON_REV,
>                           AST2500_SDRAM_BASE },
>  };
>  
> 

yes. I clearly missed the checkpatch step. I will include the fix in v2.

Thanks,

C. 


More information about the openbmc mailing list