clk: cosmetic change in uclass
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 27 Apr 2021 08:57:54 +0000 (10:57 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 18 Jun 2021 08:09:41 +0000 (10:09 +0200)
Remove the tab in clk_get_bulk to respect the coding rules.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
drivers/clk/clk-uclass.c

index cac0f6a..1425421 100644 (file)
@@ -160,7 +160,7 @@ int clk_get_by_index_nodev(ofnode node, int index, struct clk *clk)
 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk)
 {
        int i, ret, err, count;
-       
+
        bulk->count = 0;
 
        count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", 0);