
10 May
2022
10 May
'22
2:18 p.m.
Hi,
On Tue, May 10, 2022 at 09:51:11AM +0200, Patrick Delaunay wrote:
Introduce a minimal STM32MP13 RCC driver only to allow bind of RCC MISC driver.
Consider s/only/just/ and s/bind of/binding of the/.
diff --git a/drivers/clk/stm32/Makefile b/drivers/clk/stm32/Makefile -%<- obj-$(CONFIG_CLK_STM32MP1) += clk_stm32mp1.o +obj-$(CONFIG_CLK_STM32MP13) += clk-stm32mp13.o \ No newline at end of file
Could you add a newline here? I think it was there in the previous patch. Also, note that the new file name seems to break the convention of using underscores.
All the best
--
Grzegorz