Re: [PATCH] clk: Remove extraneous 'for' word in comments

2019-08-17 Thread Stephen Boyd
Quoting Rishi Gupta (2019-08-16 23:35:59) > An extra 'for' word is grammatically incorrect in the comment > 'verifying ops for multi-parent clks'. This commit removes > this extra for word. > > Signed-off-by: Rishi Gupta > --- Applied to clk-next

Re: [PATCH] clk: Remove extraneous 'for' word in comments

2019-08-17 Thread Rishi Gupta
Thanks Joe for higlighting this. I am going to send patches for them as well soon.

Re: [PATCH] clk: Remove extraneous 'for' word in comments

2019-08-17 Thread Joe Perches
On Sat, 2019-08-17 at 12:05 +0530, Rishi Gupta wrote: > An extra 'for' word is grammatically incorrect in the comment > 'verifying ops for multi-parent clks'. This commit removes > this extra for word. A few other repeated word typos in comments are common in the kernel and most could be changed.

[PATCH] clk: Remove extraneous 'for' word in comments

2019-08-16 Thread Rishi Gupta
An extra 'for' word is grammatically incorrect in the comment 'verifying ops for multi-parent clks'. This commit removes this extra for word. Signed-off-by: Rishi Gupta --- drivers/clk/clk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c