Hi,
> +static const struct net_device_ops ems_usb_netdev_ops = {
> + .ndo_open = ems_usb_open,
> + .ndo_stop = ems_usb_close,
> + .ndo_start_xmit = ems_usb_start_xmit,
> +};There are a few of those. Such kind of indentation is ususally rejected upstream, too. If one of the member names ever changes, "=" will get misaligned again (or you'd need to alter lines just for beautification which would make git blame less useful). So, one space after the names should do. Regards, Wolfram -- Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ |
signature.asc
Description: Digital signature
_______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
