commit | 1ce87dd2f0bb8dee1378ec3bff94c4454feaaa30 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Mon Jan 23 10:48:21 2017 +0100 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Fri Jan 27 08:58:17 2017 +0100 |
tree | b7f7fcaac30ddea1ac75837f3c82c5474af4fe44 | |
parent | e34084fb9a023d1dd008c989523af5a037f1d692 [diff] |
clk: renesas: mstp: Reformat cpg_mstp_clock_register() for git diff As the function header of cpg_mstp_clock_register() 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> Acked-by: Stephen Boyd <sboyd@codeaurora.org>