]> 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)
commit6a3a75d42c5cae5b2b7753d94e7e5a0029814df0
tree93bf6529351fe8d4b510b7c9562ed7028f2728ba
parent654a5b463e1aec33c91f0ba6a69c512c328aee8e
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