Re: [PATCH v2] rtc: Rename lib_test to test_rtc_lib

2025-07-23 Thread Alexandre Belloni
On Tue, 01 Jul 2025 09:44:39 +0200, Geert Uytterhoeven wrote: > When compiling the RTC library functions test as a module, the module > has the non-descriptive name "lib_test.ko". Fix this by renaming it to > "test_rtc_lib.ko". > > Applied, thanks! [1/1] rtc: Rename lib_test to test_rtc_lib

[PATCH v2] rtc: Rename lib_test to test_rtc_lib

2025-07-01 Thread Geert Uytterhoeven
When compiling the RTC library functions test as a module, the module has the non-descriptive name "lib_test.ko". Fix this by renaming it to "test_rtc_lib.ko". Signed-off-by: Geert Uytterhoeven --- v2: - s/rtc_lib_test/test_rtc_lib/. --- drivers/rtc/Makefile | 2 +- driv