From: Randy Dunlap Date: Sun, 19 Jul 2020 00:28:30 +0000 (-0700) Subject: clk: : drop a duplicated word X-Git-Tag: v5.10.7~1858^2~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c4411f14d1afa8ead90cd4cf18a308c43ac6908;p=platform%2Fkernel%2Flinux-rpi.git clk: : drop a duplicated word Drop the repeated word "not" in a comment. Signed-off-by: Randy Dunlap Cc: Michael Turquette Cc: Stephen Boyd Cc: linux-clk@vger.kernel.org Link: https://lore.kernel.org/r/20200719002830.20319-1-rdunlap@infradead.org Signed-off-by: Stephen Boyd --- diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index bd1ee90..6f815be 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -189,7 +189,7 @@ struct clk_duty { * and >= numerator) Return 0 on success, otherwise -EERROR. * * @init: Perform platform-specific initialization magic. - * This is not not used by any of the basic clock types. + * This is not used by any of the basic clock types. * This callback exist for HW which needs to perform some * initialisation magic for CCF to get an accurate view of the * clock. It may also be used dynamic resource allocation is