Re: [PATCH] clk: fix a typo in comment block of struct clk_rate_request

2015-11-20 Thread Stephen Boyd
On 11/05, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH] clk: fix a typo in comment block of struct clk_rate_request

2015-11-05 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- include/linux/clk-provider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index 0d233689..02442eb 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@