On Wed, Jan 25, 2017 at 03:55:49PM +0100, Geert Uytterhoeven wrote: > As the function header of sci_parse_dt() is split in an unusual way, > "git diff" gets confused when changes to the body of the function are > made, and attributes them to the wrong function. > > Reformat the function header to fix this. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > --- > drivers/tty/serial/sh-sci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c > index 9bc9756a2d15d574..a589544f320661f5 100644 > --- a/drivers/tty/serial/sh-sci.c > +++ b/drivers/tty/serial/sh-sci.c > @@ -2816,8 +2816,8 @@ static int sci_remove(struct platform_device *dev) > }; > MODULE_DEVICE_TABLE(of, of_sci_match); > > -static struct plat_sci_port * > -sci_parse_dt(struct platform_device *pdev, unsigned int *dev_id) > +static struct plat_sci_port *sci_parse_dt(struct platform_device *pdev, > + unsigned int *dev_id) > { > struct device_node *np = pdev->dev.of_node; > const struct of_device_id *match; > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html