]> git.baikalelectronics.ru Git - kernel.git/commit
serial: sh-sci: Reformat sci_parse_dt() for git diff
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 25 Jan 2017 14:55:49 +0000 (15:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jan 2017 08:23:36 +0000 (09:23 +0100)
commit5edd76bae02d3ccba652438832b8ee03a238cb7e
tree93bf6529351fe8d4b510b7c9562ed7028f2728ba
parent785beee97b4bddd03709880fb5bc67936ade44ae
serial: sh-sci: Reformat sci_parse_dt() for git diff

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@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c