Skip to content

Commit f830f7c

Browse files
krzkalexandrebelloni
authored andcommitted
rtc: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent fa60b7e commit f830f7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/rtc/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,9 +1509,9 @@ config RTC_DRV_PXA
15091509
depends on ARCH_PXA
15101510
select RTC_DRV_SA1100
15111511
help
1512-
If you say Y here you will get access to the real time clock
1513-
built into your PXA27x or PXA3xx CPU. This RTC is actually 2 RTCs
1514-
consisting of an SA1100 compatible RTC and the extended PXA RTC.
1512+
If you say Y here you will get access to the real time clock
1513+
built into your PXA27x or PXA3xx CPU. This RTC is actually 2 RTCs
1514+
consisting of an SA1100 compatible RTC and the extended PXA RTC.
15151515

15161516
This RTC driver uses PXA RTC registers available since pxa27x
15171517
series (RDxR, RYxR) instead of legacy RCNR, RTAR.

0 commit comments

Comments
 (0)