Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: whitespace fixes

Some entries in the Kconfig are improperly indented with spaces instead of
tabs.
Also fix whitespaces in Makefile.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

+29 -29
+23 -23
drivers/rtc/Kconfig
··· 12 12 select RTC_LIB 13 13 help 14 14 Generic RTC class support. If you say yes here, you will 15 - be allowed to plug one or more RTCs to your system. You will 15 + be allowed to plug one or more RTCs to your system. You will 16 16 probably want to enable one or more of the interfaces below. 17 17 18 18 if RTC_CLASS ··· 165 165 will be called rtc-88pm80x. 166 166 167 167 config RTC_DRV_ABB5ZES3 168 - depends on I2C 169 - select REGMAP_I2C 170 - tristate "Abracon AB-RTCMC-32.768kHz-B5ZE-S3" 171 - help 168 + depends on I2C 169 + select REGMAP_I2C 170 + tristate "Abracon AB-RTCMC-32.768kHz-B5ZE-S3" 171 + help 172 172 If you say yes here you get support for the Abracon 173 173 AB-RTCMC-32.768kHz-B5ZE-S3 I2C RTC chip. 174 174 ··· 376 376 will be called rtc-isl12022. 377 377 378 378 config RTC_DRV_ISL12057 379 - depends on I2C 380 - select REGMAP_I2C 381 - tristate "Intersil ISL12057" 382 - help 379 + depends on I2C 380 + select REGMAP_I2C 381 + tristate "Intersil ISL12057" 382 + help 383 383 If you say yes here you get support for the Intersil ISL12057 384 384 I2C RTC chip. 385 385 ··· 614 614 if SPI_MASTER 615 615 616 616 config RTC_DRV_M41T93 617 - tristate "ST M41T93" 618 - help 619 - If you say yes here you will get support for the 620 - ST M41T93 SPI RTC chip. 617 + tristate "ST M41T93" 618 + help 619 + If you say yes here you will get support for the 620 + ST M41T93 SPI RTC chip. 621 621 622 - This driver can also be built as a module. If so, the module 623 - will be called rtc-m41t93. 622 + This driver can also be built as a module. If so, the module 623 + will be called rtc-m41t93. 624 624 625 625 config RTC_DRV_M41T94 626 626 tristate "ST M41T94" ··· 1211 1211 Say Y here to enable support for the on-chip RTC found in 1212 1212 most SuperH processors. 1213 1213 1214 - To compile this driver as a module, choose M here: the 1214 + To compile this driver as a module, choose M here: the 1215 1215 module will be called rtc-sh. 1216 1216 1217 1217 config RTC_DRV_VR41XX ··· 1310 1310 just say Y. 1311 1311 1312 1312 config RTC_DRV_PXA 1313 - tristate "PXA27x/PXA3xx" 1314 - depends on ARCH_PXA 1315 - help 1316 - If you say Y here you will get access to the real time clock 1317 - built into your PXA27x or PXA3xx CPU. 1313 + tristate "PXA27x/PXA3xx" 1314 + depends on ARCH_PXA 1315 + help 1316 + If you say Y here you will get access to the real time clock 1317 + built into your PXA27x or PXA3xx CPU. 1318 1318 1319 - This RTC driver uses PXA RTC registers available since pxa27x 1320 - series (RDxR, RYxR) instead of legacy RCNR, RTAR. 1319 + This RTC driver uses PXA RTC registers available since pxa27x 1320 + series (RDxR, RYxR) instead of legacy RCNR, RTAR. 1321 1321 1322 1322 config RTC_DRV_VT8500 1323 1323 tristate "VIA/WonderMedia 85xx SoC RTC"
+6 -6
drivers/rtc/Makefile
··· 14 14 rtc-core-y += rtc-efi-platform.o 15 15 endif 16 16 17 - rtc-core-$(CONFIG_RTC_INTF_DEV) += rtc-dev.o 18 - rtc-core-$(CONFIG_RTC_INTF_PROC) += rtc-proc.o 19 - rtc-core-$(CONFIG_RTC_INTF_SYSFS) += rtc-sysfs.o 17 + rtc-core-$(CONFIG_RTC_INTF_DEV) += rtc-dev.o 18 + rtc-core-$(CONFIG_RTC_INTF_PROC) += rtc-proc.o 19 + rtc-core-$(CONFIG_RTC_INTF_SYSFS) += rtc-sysfs.o 20 20 21 21 # Keep the list ordered. 22 22 23 23 obj-$(CONFIG_RTC_DRV_88PM80X) += rtc-88pm80x.o 24 - obj-$(CONFIG_RTC_DRV_88PM860X) += rtc-88pm860x.o 24 + obj-$(CONFIG_RTC_DRV_88PM860X) += rtc-88pm860x.o 25 25 obj-$(CONFIG_RTC_DRV_AB3100) += rtc-ab3100.o 26 26 obj-$(CONFIG_RTC_DRV_AB8500) += rtc-ab8500.o 27 27 obj-$(CONFIG_RTC_DRV_ABB5ZES3) += rtc-ab-b5ze-s3.o ··· 57 57 obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o 58 58 obj-$(CONFIG_RTC_DRV_DS1685_FAMILY) += rtc-ds1685.o 59 59 obj-$(CONFIG_RTC_DRV_DS1742) += rtc-ds1742.o 60 - obj-$(CONFIG_RTC_DRV_DS2404) += rtc-ds2404.o 60 + obj-$(CONFIG_RTC_DRV_DS2404) += rtc-ds2404.o 61 61 obj-$(CONFIG_RTC_DRV_DS3232) += rtc-ds3232.o 62 62 obj-$(CONFIG_RTC_DRV_DS3234) += rtc-ds3234.o 63 63 obj-$(CONFIG_RTC_DRV_EFI) += rtc-efi.o ··· 85 85 obj-$(CONFIG_RTC_DRV_MAX6900) += rtc-max6900.o 86 86 obj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o 87 87 obj-$(CONFIG_RTC_DRV_MAX77686) += rtc-max77686.o 88 - obj-$(CONFIG_RTC_DRV_MAX77802) += rtc-max77802.o 88 + obj-$(CONFIG_RTC_DRV_MAX77802) += rtc-max77802.o 89 89 obj-$(CONFIG_RTC_DRV_MAX8907) += rtc-max8907.o 90 90 obj-$(CONFIG_RTC_DRV_MAX8925) += rtc-max8925.o 91 91 obj-$(CONFIG_RTC_DRV_MAX8997) += rtc-max8997.o