You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/11/28 11:20:40 UTC

[incubator-nuttx] 02/06: style/Kconfig: remove unnecessary trailing whitespace

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 049c991d286c73a8c4a0db2ac20ef1c8ddbe25d2
Author: chao.an <an...@xiaomi.com>
AuthorDate: Sat Nov 28 11:48:10 2020 +0800

    style/Kconfig: remove unnecessary trailing whitespace
    
    N/A
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 arch/arm/src/kinetis/Kconfig            | 28 +++++++--------
 arch/arm/src/s32k1xx/Kconfig            | 52 +++++++++++++--------------
 arch/arm/src/samd5e5/Kconfig            |  4 +--
 arch/renesas/src/rx65n/Kconfig          | 64 ++++++++++++++++-----------------
 arch/x86_64/src/intel64/Kconfig         |  4 +--
 arch/xtensa/Kconfig                     |  2 +-
 arch/xtensa/src/esp32/Kconfig           | 10 +++---
 boards/arm/kinetis/freedom-k28f/Kconfig |  2 +-
 drivers/can/Kconfig                     |  2 +-
 drivers/power/Kconfig                   | 12 +++----
 drivers/usbhost/Kconfig                 |  6 ++--
 net/can/Kconfig                         | 26 +++++++-------
 net/netdev/Kconfig                      |  2 +-
 net/socket/Kconfig                      |  4 +--
 14 files changed, 109 insertions(+), 109 deletions(-)

diff --git a/arch/arm/src/kinetis/Kconfig b/arch/arm/src/kinetis/Kconfig
index c648bb6..5cdc32b 100644
--- a/arch/arm/src/kinetis/Kconfig
+++ b/arch/arm/src/kinetis/Kconfig
@@ -512,7 +512,7 @@ config KINETIS_RNGB
 	select ARCH_HAVE_RNG
 	---help---
 		Support the random number generator(K6x only)
-		
+
 config KINETIS_FLEXCAN
 	bool
 	default n
@@ -956,7 +956,7 @@ config KINETIS_ENET_NORXER
 	---help---
 		If selected, then the MII/RMII RXER output will be configured as a
 		GPIO and pulled low.
-		
+
 choice
 	prompt "RMII Clock Source"
 	default KINETIS_EMAC_RMIICLKEXTAL
@@ -980,32 +980,32 @@ config FLEXCAN0_BITRATE
 	int "CAN bitrate"
 	depends on !NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN0_SAMPLEP
 	int "CAN sample point"
 	depends on !NET_CAN_CANFD
 	default 75
-	
+
 config FLEXCAN0_ARBI_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN0_ARBI_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 80
-	
+
 config FLEXCAN0_DATA_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 4000000
-	
+
 config FLEXCAN0_DATA_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 90
-	
+
 endmenu # KINETIS_FLEXCAN0
 
 menu "Kinetis FLEXCAN1 Configuration"
@@ -1015,32 +1015,32 @@ config FLEXCAN1_BITRATE
 	int "CAN bitrate"
 	depends on !NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN1_SAMPLEP
 	int "CAN sample point"
 	depends on !NET_CAN_CANFD
 	default 75
-	
+
 config FLEXCAN1_ARBI_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN1_ARBI_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 80
-	
+
 config FLEXCAN1_DATA_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 4000000
-	
+
 config FLEXCAN1_DATA_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 90
-	
+
 endmenu # KINETIS_FLEXCAN1
 
 menu "Kinetis SDHC Configuration"
diff --git a/arch/arm/src/s32k1xx/Kconfig b/arch/arm/src/s32k1xx/Kconfig
index 59700ae..a37c8bc 100644
--- a/arch/arm/src/s32k1xx/Kconfig
+++ b/arch/arm/src/s32k1xx/Kconfig
@@ -149,11 +149,11 @@ config S32K1XX_HAVE_LPSPI1
 config S32K1XX_HAVE_LPSPI2
 	bool
 	default n
-	
+
 config S32K1XX_HAVE_FLEXCAN1
 	bool
 	default n
-	
+
 config S32K1XX_HAVE_FLEXCAN2
 	bool
 	default n
@@ -192,7 +192,7 @@ config S32K1XX_FLEXCAN
 	bool
 	select NET_CAN_HAVE_CANFD
 	default n
-	
+
 # Peripheral Selection
 
 menu "S32K1XX Peripheral Selection"
@@ -211,14 +211,14 @@ config S32K1XX_FLEXCAN0
 	select S32K1XX_FLEXCAN
 	select NET_CAN_HAVE_TX_DEADLINE
 	default n
-	
+
 config S32K1XX_FLEXCAN1
 	bool "FLEXCAN1"
 	select S32K1XX_FLEXCAN
 	select NET_CAN_HAVE_TX_DEADLINE
 	default n
 	depends on S32K1XX_HAVE_FLEXCAN1
-	
+
 config S32K1XX_FLEXCAN2
 	bool "FLEXCAN2"
 	select S32K1XX_FLEXCAN
@@ -327,7 +327,7 @@ config S32K1XX_LPUART2
 config S32K1XX_RTC
 	bool "RTC"
 	default n
-	
+
 config S32K1XX_PROGMEM
     bool PROGMEM
     default n
@@ -342,7 +342,7 @@ config S32K1XX_EEEPROM
 	default n
     ---help---
        Enables Emulated EEPROM function which uses the FlexRAM and FlexNVM
-       memory to emulate non-volatile memory. The EEEPROM wil be registered 
+       memory to emulate non-volatile memory. The EEEPROM wil be registered
        as a ramdisk block device
 
 endmenu # S32K1XX Peripheral Selection
@@ -691,32 +691,32 @@ config FLEXCAN0_BITRATE
 	int "CAN bitrate"
 	depends on !NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN0_SAMPLEP
 	int "CAN sample point"
 	depends on !NET_CAN_CANFD
 	default 80
-	
+
 config FLEXCAN0_ARBI_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN0_ARBI_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 80
-	
+
 config FLEXCAN0_DATA_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 4000000
-	
+
 config FLEXCAN0_DATA_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 90
-	
+
 endmenu # S32K1XX_FLEXCAN0
 
 menu "FLEXCAN1 Configuration"
@@ -726,32 +726,32 @@ config FLEXCAN1_BITRATE
 	int "CAN bitrate"
 	depends on !NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN1_SAMPLEP
 	int "CAN sample point"
 	depends on !NET_CAN_CANFD
 	default 80
-	
+
 config FLEXCAN1_ARBI_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN1_ARBI_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 80
-	
+
 config FLEXCAN1_DATA_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 4000000
-	
+
 config FLEXCAN1_DATA_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 90
-	
+
 endmenu # S32K1XX_FLEXCAN1
 
 menu "FLEXCAN2 Configuration"
@@ -761,37 +761,37 @@ config FLEXCAN2_BITRATE
 	int "CAN bitrate"
 	depends on !NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN2_SAMPLEP
 	int "CAN sample point"
 	depends on !NET_CAN_CANFD
 	default 80
-	
+
 config FLEXCAN2_ARBI_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 1000000
-	
+
 config FLEXCAN2_ARBI_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 80
-	
+
 config FLEXCAN2_DATA_BITRATE
 	int "CAN FD Arbitration phase bitrate"
 	depends on NET_CAN_CANFD
 	default 4000000
-	
+
 config FLEXCAN2_DATA_SAMPLEP
 	int "CAN FD Arbitration phase sample point"
 	depends on NET_CAN_CANFD
 	default 90
-	
+
 endmenu # S32K1XX_FLEXCAN0
 
 menu "PROGMEM Configuration"
 	depends on S32K1XX_PROGMEM
-	
+
 config PROGMEM_SIZE
 	int "Progmem size (KB)"
 	default 64 if ARCH_CHIP_S32K14X
diff --git a/arch/arm/src/samd5e5/Kconfig b/arch/arm/src/samd5e5/Kconfig
index 63363cc..3f4e2d4 100644
--- a/arch/arm/src/samd5e5/Kconfig
+++ b/arch/arm/src/samd5e5/Kconfig
@@ -519,7 +519,7 @@ config SAMD5E5_TICKLESS_ONESHOT
 	---help---
 		If the Tickless OS feature is enabled, the one clock must be
 		assigned to provided the one-shot timer needed by the OS.
-		NOTE: Use even timers (0, 2 or 4) because timers are program 
+		NOTE: Use even timers (0, 2 or 4) because timers are program
 		in 32-bit mode (1, 3 and 5 are slaves).
 
 config SAMD5E5_TICKLESS_FREERUN
@@ -529,7 +529,7 @@ config SAMD5E5_TICKLESS_FREERUN
 	---help---
 		If the Tickless OS feature is enabled, the one clock must be
 		assigned to provided the free-running timer needed by the OS.
-		NOTE: Use even timers (0, 2 or 4) because timers are program 
+		NOTE: Use even timers (0, 2 or 4) because timers are program
 		in 32-bit mode (1, 3 and 5 are slaves).
 
 endif
diff --git a/arch/renesas/src/rx65n/Kconfig b/arch/renesas/src/rx65n/Kconfig
index 3d24ede..a8c7b66 100644
--- a/arch/renesas/src/rx65n/Kconfig
+++ b/arch/renesas/src/rx65n/Kconfig
@@ -272,11 +272,11 @@ config RX65N_RSPI2
 
 endif
 
-config RX65N_RIIC0 
+config RX65N_RIIC0
 	bool "RIIC0"
 	default n
 	depends on I2C && I2C_DRIVER
-	
+
 if RX65N_RIIC0
 
 config RX65N_RIIC0_BITRATE
@@ -292,13 +292,13 @@ if RX65N_RIIC0_NF
 config RX65N_RIIC0_NF_STAGE
 	int "RIIC0 Noise Filter Stages"
 	default 2
-	
+
 endif #RX65N_RIIC0_NF
 
 config RX65N_RIIC0_SDA_DELAY
 	bool "Enable SDA Output Delay"
 	default n
-	
+
 if RX65N_RIIC0_SDA_DELAY
 
 config RX65N_RIIC0_DELAY_CNT
@@ -310,19 +310,19 @@ endif #RX65N_RIIC0_SDA_DELAY
 config RX65N_RIIC0_RCV_CONTINUOUS
 	bool "RIIC0 receive continuously"
 	default n
-	
+
 config RX65N_RIIC0_RCV_IN_BYTE_UNITS
 	bool "RIIC0 receive in byte units"
 	default y
 	depends on !RX65N_RIIC0_RCV_CONTINUOUS
-	
+
 endif #RX65N_RIIC0
-	
+
 config RX65N_RIIC1
 	bool "RIIC1"
 	default n
 	depends on I2C && I2C_DRIVER
-	
+
 if RX65N_RIIC1
 
 config RX65N_RIIC1_BITRATE
@@ -338,13 +338,13 @@ if RX65N_RIIC1_NF
 config RX65N_RIIC1_NF_STAGE
 	int "RIIC1 Noise Filter Stages"
 	default 2
-	
+
 endif #RX65N_RIIC1_NF
 
 config RX65N_RIIC1_SDA_DELAY
 	bool "Enable SDA Output Delay"
 	default n
-	
+
 if RX65N_RIIC1_SDA_DELAY
 
 config RX65N_RIIC1_DELAY_CNT
@@ -356,19 +356,19 @@ endif #RX65N_RIIC1_SDA_DELAY
 config RX65N_RIIC1_RCV_CONTINUOUS
 	bool "RIIC1 receive continuously"
 	default n
-	
+
 config RX65N_RIIC1_RCV_IN_BYTE_UNITS
 	bool "RIIC1 receive in byte units"
 	default y
 	depends on !RX65N_RIIC1_RCV_CONTINUOUS
-	
+
 endif #RX65N_RIIC1
 
 config RX65N_RIIC2
 	bool "RIIC2"
 	default n
 	depends on I2C && I2C_DRIVER
-	
+
 if RX65N_RIIC2
 
 config RX65N_RIIC2_BITRATE
@@ -384,13 +384,13 @@ if RX65N_RIIC2_NF
 config RX65N_RIIC2_NF_STAGE
 	int "RIIC2 Noise Filter Stages"
 	default 2
-	
+
 endif #RX65N_RIIC2_NF
 
 config RX65N_RIIC2_SDA_DELAY
 	bool "Enable SDA Output Delay for RIIC2"
 	default n
-	
+
 if RX65N_RIIC2_SDA_DELAY
 
 config RX65N_RIIC2_DELAY_CNT
@@ -407,10 +407,10 @@ config RX65N_RIIC2_RCV_IN_BYTE_UNITS
 	bool "RIIC2 receive in byte units"
 	default y
 	depends on !RX65N_RIIC2_RCV_CONTINUOUS
-	
+
 endif #RX65N_RIIC2
 
-config RX65N_USBDEV 
+config RX65N_USBDEV
 	bool "USB0 Device"
 	default n
 	depends on USBDEV
@@ -651,17 +651,17 @@ config RX65N_RSPI2
 
 endif
 
-config RX65N_RIIC0 
+config RX65N_RIIC0
 	bool "RIIC0"
 	default n
 	depends on I2C && I2C_DRIVER
-	
+
 if RX65N_RIIC0
 
 config RX65N_RIIC0_BITRATE
 	int "RIIC0 Bus Bit Rate"
 	default 400000
-	
+
 config RX65N_RIIC0_NF
 	bool "Enable Noise Filter for RIIC0"
 	default y
@@ -671,13 +671,13 @@ if RX65N_RIIC0_NF
 config RX65N_RIIC0_NF_STAGE
 	int "RIIC0 Noise Filter Stages"
 	default 2
-	
+
 endif #RX65N_RIIC0_NF
 
 config RX65N_RIIC0_SDA_DELAY
 	bool "Enable SDA Output Delay"
 	default n
-	
+
 if RX65N_RIIC0_SDA_DELAY
 
 config RX65N_RIIC0_DELAY_CNT
@@ -694,14 +694,14 @@ config RX65N_RIIC0_RCV_IN_BYTE_UNITS
 	bool "RIIC0 receive in byte units"
 	default y
 	depends on !RX65N_RIIC0_RCV_CONTINUOUS
-	
+
 endif #RX65N_RIIC0
 
 config RX65N_RIIC1
 	bool "RIIC1"
 	default n
 	depends on I2C && I2C_DRIVER
-	
+
 if RX65N_RIIC1
 
 config RX65N_RIIC1_BITRATE
@@ -717,13 +717,13 @@ if RX65N_RIIC1_NF
 config RX65N_RIIC1_NF_STAGE
 	int "RIIC1 Noise Filter Stages"
 	default 2
-	
+
 endif #RX65N_RIIC1_NF
 
 config RX65N_RIIC1_SDA_DELAY
 	bool "Enable SDA Output Delay"
 	default n
-	
+
 if RX65N_RIIC1_SDA_DELAY
 
 config RX65N_RIIC1_DELAY_CNT
@@ -740,14 +740,14 @@ config RX65N_RIIC1_RCV_IN_BYTE_UNITS
 	bool "RIIC1 receive in byte units"
 	default y
 	depends on !RX65N_RIIC1_RCV_CONTINUOUS
-	
+
 endif #RX65N_RIIC1
 
 config RX65N_RIIC2
 	bool "RIIC2"
 	default n
 	depends on I2C && I2C_DRIVER
-	
+
 if RX65N_RIIC2
 
 config RX65N_RIIC2_BITRATE
@@ -763,13 +763,13 @@ if RX65N_RIIC2_NF
 config RX65N_RIIC2_NF_STAGE
 	int "RIIC2 Noise Filter Stages"
 	default 2
-	
+
 endif #RX65N_RIIC2_NF
 
 config RX65N_RIIC2_SDA_DELAY
 	bool "Enable SDA Output Delay"
 	default n
-	
+
 if RX65N_RIIC2_SDA_DELAY
 
 config RX65N_RIIC2_DELAY_CNT
@@ -786,10 +786,10 @@ config RX65N_RIIC2_RCV_IN_BYTE_UNITS
 	bool "RIIC2 receive in byte units"
 	default y
 	depends on !RX65N_RIIC2_RCV_CONTINUOUS
-	
+
 endif #RX65N_RIIC2
 
-config RX65N_USBDEV 
+config RX65N_USBDEV
 	bool "USB0 Device"
 	default n
 	depends on USBDEV
diff --git a/arch/x86_64/src/intel64/Kconfig b/arch/x86_64/src/intel64/Kconfig
index a4291ba..d9c6ed5 100644
--- a/arch/x86_64/src/intel64/Kconfig
+++ b/arch/x86_64/src/intel64/Kconfig
@@ -38,7 +38,7 @@ config ARCH_INTEL64_HAVE_XSAVE
     bool "XSAVE support"
     default y
 	---help---
-		Select to enable the use of XSAVE and FPU/SSE/AVX functions 
+		Select to enable the use of XSAVE and FPU/SSE/AVX functions
 		of x86_64
 
 config ARCH_INTEL64_HAVE_PCID
@@ -57,7 +57,7 @@ config ARCH_INTEL64_DISABLE_INT_INIT
     bool "Disable Initialization of 8259/APIC/IO-APIC"
     default n
 	---help---
-		Select to disable all initialization related to interrupt 
+		Select to disable all initialization related to interrupt
 		controllers. This is necessary if those are already
 		initialized, i.e. Jailhouse system.
 
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 5ef6d02..1986457 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -114,7 +114,7 @@ config XTENSA_USE_SEPARATE_IMEM
 	help
 		This is a separate internal heap that's used by drivers when certain operations
 		are not possible with the provided buffer(s).
-		Mainly, when the provided buffer comes from external RAM and a DMA or flash 
+		Mainly, when the provided buffer comes from external RAM and a DMA or flash
 		operation is going to be performed.
 
 		This separate heap will be part of the internal DRAM.  It starts right after .data
diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig
index a312539..2cc2f39 100644
--- a/arch/xtensa/src/esp32/Kconfig
+++ b/arch/xtensa/src/esp32/Kconfig
@@ -213,16 +213,16 @@ config ESP32_MWDT0
 	default n
 	select ESP32_WTD
 	---help---
-		Includes MWDT0. This watchdog timer is part of the Group 0 
-		timer submodule. 
-		
+		Includes MWDT0. This watchdog timer is part of the Group 0
+		timer submodule.
+
 config ESP32_MWDT1
 	bool "Main System Watchdog Timer (Group 1)"
 	default n
 	select ESP32_WTD
 	---help---
-		Includes MWDT1. This watchdog timer is part of the Group 0 
-		timer submodule. 
+		Includes MWDT1. This watchdog timer is part of the Group 0
+		timer submodule.
 
 config ESP32_UART0
 	bool "UART 0"
diff --git a/boards/arm/kinetis/freedom-k28f/Kconfig b/boards/arm/kinetis/freedom-k28f/Kconfig
index 8793605..0532232 100644
--- a/boards/arm/kinetis/freedom-k28f/Kconfig
+++ b/boards/arm/kinetis/freedom-k28f/Kconfig
@@ -61,6 +61,6 @@ config FRDMK28F_USB_AUTOMOUNT_NUM_BLKDEV
 config FRDMK28F_USB_AUTOMOUNT_UDELAY
 	int "USB unmount retry delay (milliseconds)"
 	default 2000
-	
+
 endif # FRDMK28F_USB_AUTOMOUNT
 endif # ARCH_BOARD_FREEDOM_K28F
diff --git a/drivers/can/Kconfig b/drivers/can/Kconfig
index ae54205..1d663c7 100644
--- a/drivers/can/Kconfig
+++ b/drivers/can/Kconfig
@@ -128,7 +128,7 @@ config CAN_NPOLLWAITERS
 	---help---
 		The maximum number of threads that may be waiting on the
 		poll method.
-		
+
 config CAN_USE_RTR
 	bool "Include RTR in CAN header"
 	default n
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 1e87151..5c3cf0d 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -454,9 +454,9 @@ config BQ27426
 	select I2C
 	depends on BATTERY_GAUGE
 	---help---
-		The bq27426 battery fuel gauge accurately predicts the battery capacity and other 
-		operational characteristics of a single, Li-based, rechargeable cell. 
-		It can be interrogated by a system processor to provide cell information, 
+		The bq27426 battery fuel gauge accurately predicts the battery capacity and other
+		operational characteristics of a single, Li-based, rechargeable cell.
+		It can be interrogated by a system processor to provide cell information,
 		such as state-of-charge (SOC).
 
 if BQ27426
@@ -480,11 +480,11 @@ config I2C_BQ2429X
 config I2C_MAX1704X
 	bool
 	default y if MAX1704X
-	
+
 config BATTERY_MONITOR
 	bool "Battery Monitor/Management support"
 	default n
-	
+
 config BQ769X0
 	bool "BQ769X0 Battery monitor support"
 	default n
@@ -494,7 +494,7 @@ config BQ769X0
 	---help---
 		The BQ76920/BQ76930/BQ76940 provide monitoring, balancing, and
 		protection features for up to 15 cells in series.
-		
+
 config I2C_BQ769X0
 	bool
 	default y if BQ769X0
diff --git a/drivers/usbhost/Kconfig b/drivers/usbhost/Kconfig
index 08f4dc8..4ffbd36 100644
--- a/drivers/usbhost/Kconfig
+++ b/drivers/usbhost/Kconfig
@@ -108,7 +108,7 @@ config USBHOST_MSC
 	---help---
 		Enable support for the mass storage class driver.  This also depends on
 		NFILE_DESCRIPTORS > 0 && SCHED_WORKQUEUE=y
-		
+
 config USBHOST_MSC_NOTIFIER
 	bool "Support USB Mass Storage notifications"
 	default n
@@ -117,8 +117,8 @@ config USBHOST_MSC_NOTIFIER
 	---help---
 		Enable building of USB MSC notifier logic that will execute a worker
 		function on the low priority work queue when a mass storage device is
-		connected or disconnected. 
-		
+		connected or disconnected.
+
 config USBHOST_CDCACM
 	bool "CDC/ACM support"
 	default n
diff --git a/net/can/Kconfig b/net/can/Kconfig
index e84c99d..24ed114 100644
--- a/net/can/Kconfig
+++ b/net/can/Kconfig
@@ -21,7 +21,7 @@ if NET_CAN
 config NET_CAN_HAVE_TX_DEADLINE
 	bool
 	default n
-	
+
 config NET_CAN_HAVE_CANFD
 	bool
 	default n
@@ -31,14 +31,14 @@ config CAN_CONNS
 	default 4
 	---help---
 		Maximum number of CAN connections (all tasks).
-		
+
 config NET_CAN_CANFD
 	bool "Enable CAN FD support"
 	default y
 	depends on NET_CAN_HAVE_CANFD
 	---help---
 		Enable CAN FD support in SocketCAN stack
-		
+
 config NET_CAN_SOCK_OPTS
 	bool "sockopt support"
 	default n
@@ -46,7 +46,7 @@ config NET_CAN_SOCK_OPTS
 	select NET_CANPROTO_OPTIONS
 	---help---
 		Enable support for the CAN socket options
-				
+
 config NET_CAN_RAW_TX_DEADLINE
 	bool "TX deadline sockopt"
 	default n
@@ -55,13 +55,13 @@ config NET_CAN_RAW_TX_DEADLINE
 	---help---
 	    Note: Non-standard SocketCAN sockopt, but this options helps us in
 	    real-time use cases.
-	    
-		When the CAN_RAW_TX_DEADLINE sockopt is enabled. The user can send 
-		CAN frames using sendmsg() function and add a deadline timespec 
+
+		When the CAN_RAW_TX_DEADLINE sockopt is enabled. The user can send
+		CAN frames using sendmsg() function and add a deadline timespec
 		value in the CMSG data. When the deadline has been passed and the
-		CAN frame is still in the HW TX mailbox then the CAN driver will 
+		CAN frame is still in the HW TX mailbox then the CAN driver will
 		discard the CAN frame automatically.
-		
+
 config NET_CAN_RAW_DEFAULT_TX_DEADLINE
 	int "Default TX deadline when no deadline is given (us)"
 	default 0
@@ -69,18 +69,18 @@ config NET_CAN_RAW_DEFAULT_TX_DEADLINE
 	---help---
 		Some applications may not use the NET_CAN_RAW_TX_DEADLINE flag.
 		By default their deadline becomes 0 which means it becomes infinite.
-		This would mean that packets from applications without the 
+		This would mean that packets from applications without the
 		NET_CAN_RAW_TX_DEADLINE flag, can block the TX mailboxes forever.
-		This config can set the default deadline when no deadline has been 
+		This config can set the default deadline when no deadline has been
 		given.
-		
+
 config NET_CAN_RAW_FILTER_MAX
 	int "CAN_RAW_FILTER max filter count"
 	default 32
 	depends on NET_CAN_SOCK_OPTS
 	---help---
 		Maximum number of CAN_RAW filters that can be set per CAN connection.
-		
+
 config NET_CAN_NOTIFIER
 	bool "Support CAN notifications"
 	default n
diff --git a/net/netdev/Kconfig b/net/netdev/Kconfig
index ce51c1f..6944f5d 100644
--- a/net/netdev/Kconfig
+++ b/net/netdev/Kconfig
@@ -23,7 +23,7 @@ config NETDEV_CAN_BITRATE_IOCTL
 	depends on NET_CAN
 	---help---
 		Enable support for ioctl() commands to change CAN bitrate
-		
+
 config NETDEV_WIRELESS_IOCTL
 	bool "Enable Wireless ioctl()"
 	default n
diff --git a/net/socket/Kconfig b/net/socket/Kconfig
index f13e22d..15a4858 100644
--- a/net/socket/Kconfig
+++ b/net/socket/Kconfig
@@ -70,8 +70,8 @@ config NET_CMSG
 	default n
 	---help---
 		Enable or disable support for control messages in the recvmsg() and
-		sendmsg() function. Control messages (also defined in POSIX 1003.1g 
-		as ancillary data object information). Includes additional 
+		sendmsg() function. Control messages (also defined in POSIX 1003.1g
+		as ancillary data object information). Includes additional
 		information on the packet received or to be transmitted.
 
 endmenu # Socket Support