Re: [PATCH v1 3/5] can: netlink: move '=' operators back to previous line (checkpatch fix)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 24.02.2021 01:28:50, Vincent Mailhol wrote:
[...]
> --- a/drivers/net/can/dev/netlink.c
> +++ b/drivers/net/can/dev/netlink.c
> @@ -8,20 +8,18 @@
>  #include <net/rtnetlink.h>
>  
>  static const struct nla_policy can_policy[IFLA_CAN_MAX + 1] = {
> -	[IFLA_CAN_STATE]	= { .type = NLA_U32 },
> -	[IFLA_CAN_CTRLMODE]	= { .len = sizeof(struct can_ctrlmode) },
> -	[IFLA_CAN_RESTART_MS]	= { .type = NLA_U32 },
> -	[IFLA_CAN_RESTART]	= { .type = NLA_U32 },
> -	[IFLA_CAN_BITTIMING]	= { .len = sizeof(struct can_bittiming) },
> -	[IFLA_CAN_BITTIMING_CONST]
> -				= { .len = sizeof(struct can_bittiming_const) },
> -	[IFLA_CAN_CLOCK]	= { .len = sizeof(struct can_clock) },
> -	[IFLA_CAN_BERR_COUNTER]	= { .len = sizeof(struct can_berr_counter) },
> -	[IFLA_CAN_DATA_BITTIMING]
> -				= { .len = sizeof(struct can_bittiming) },
> -	[IFLA_CAN_DATA_BITTIMING_CONST]
> -				= { .len = sizeof(struct can_bittiming_const) },
> -	[IFLA_CAN_TERMINATION]	= { .type = NLA_U16 },
> +	[IFLA_CAN_STATE]		= { .type = NLA_U32 },
> +	[IFLA_CAN_CTRLMODE]		= { .len = sizeof(struct can_ctrlmode) },
> +	[IFLA_CAN_RESTART_MS]		= { .type = NLA_U32 },
> +	[IFLA_CAN_RESTART]		= { .type = NLA_U32 },
> +	[IFLA_CAN_BITTIMING]		= { .len = sizeof(struct can_bittiming) },
> +	[IFLA_CAN_BITTIMING_CONST]	= { .len = sizeof(struct can_bittiming_const) },
> +	[IFLA_CAN_CLOCK]		= { .len = sizeof(struct can_clock) },
> +	[IFLA_CAN_BERR_COUNTER]		= { .len = sizeof(struct can_berr_counter) },
> +	[IFLA_CAN_DATA_BITTIMING]	= { .len = sizeof(struct can_bittiming) },
> +	[IFLA_CAN_DATA_BITTIMING_CONST]	= { .len = sizeof(struct can_bittiming_const) },
> +	[IFLA_CAN_TERMINATION]		= { .type = NLA_U16 },
> +	[IFLA_CAN_TERMINATION]		= { .type = NLA_U16 },

You doubled the last entry by mistake.

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Automotive Discussions]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]     [CAN Bus]

  Powered by Linux