[PATCH 5/8] clk: Combine two seq_puts() calls into one call in clk_summary_show()

2017-04-20 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 20 Apr 2017 09:12:35 +0200 Some text was put into a sequence by two separate function calls. Print the same data by a single function call instead. Signed-off-by: Markus Elfring --- drivers/clk/clk.c

[PATCH 5/8] clk: Combine two seq_puts() calls into one call in clk_summary_show()

2017-04-20 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 20 Apr 2017 09:12:35 +0200 Some text was put into a sequence by two separate function calls. Print the same data by a single function call instead. Signed-off-by: Markus Elfring --- drivers/clk/clk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)