OSDN Git Service

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)
commit54b12c48f0c603f25bac3c7c58a02cee65610171
tree93bf6529351fe8d4b510b7c9562ed7028f2728ba
parent2331e06865047a0c4ff3fb838716210e7a296a4d
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