From: Liviu Dudau Date: Mon, 17 Sep 2018 16:43:08 +0000 (+0100) Subject: include/clk.h: Fix the name of the clock uclass in comment X-Git-Tag: v2025.01-rc5-pxa1908~3436^2~5 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=9bf86506777d02141b76249413534856162aad6a;p=u-boot.git include/clk.h: Fix the name of the clock uclass in comment The comment references a structure name that doesn't exist. Use the name of the actual uclass. Signed-off-by: Liviu Dudau Reviewed-by: Simon Glass Reviewed-by: Heiko Schocher Drop period at end of commit subject: Signed-off-by: Simon Glass --- diff --git a/include/clk.h b/include/clk.h index c0a20cd47a..8e366163f9 100644 --- a/include/clk.h +++ b/include/clk.h @@ -21,7 +21,7 @@ * * A driver that implements UCLASS_CLOCK is a clock provider. A provider will * often implement multiple separate clocks, since the hardware it manages - * often has this capability. clock_uclass.h describes the interface which + * often has this capability. clk-uclass.h describes the interface which * clock providers must implement. * * Clock consumers/clients are the HW modules driven by the clock signals. This