From: Andrew Lunn <and...@lunn.ch>
Date: Thu, 19 Apr 2018 01:02:49 +0200

> @@ -161,7 +161,7 @@ static struct mii_bus *mdio_gpio_bus_init(struct device 
> *dev,
>       if (!new_bus)
>               goto out;
>  
> -     new_bus->name = "GPIO Bitbanged MDIO",
> +     new_bus->name = "GPIO Bitbanged MDIO";

Would be so great to find a way to automatically detect these somehow.

Yes, they are useful when controlling evaluation in weird ways in
macros etc.  However most of the time if a ',' is used in a context
where a ';' also works, it's unintentional.

Reply via email to