From 50f03a8de58791f92919b5b7686f0ad6be4fa7bc Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 9 Nov 2016 11:37:04 +0200 Subject: [PATCH] Bluetooth: Controller: Kconfig: Clean up style issues The right convention for help text is tab + 2 spaces. Change-Id: I2722a8b33f5f74be110dc43fbcecc12841f0db84 Signed-off-by: Johan Hedberg --- subsys/bluetooth/controller/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 1cc2daa6d56..bfbbdb82aba 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -8,7 +8,7 @@ config BLUETOOTH_CONTROLLER_DATA_LENGTH default 27 range 27 251 help - Set the maximum data length of PDU supported in the stack. + Set the maximum data length of PDU supported in the stack. config BLUETOOTH_CONTROLLER_RX_BUFFERS prompt "Number of Rx buffers" @@ -16,7 +16,7 @@ config BLUETOOTH_CONTROLLER_RX_BUFFERS default 1 range 1 10 help - Set the number of Rx PDUs to be buffered in the controller. + Set the number of Rx PDUs to be buffered in the controller. config BLUETOOTH_CONTROLLER_TX_BUFFERS prompt "Number of Tx buffers" @@ -24,8 +24,8 @@ config BLUETOOTH_CONTROLLER_TX_BUFFERS default 1 range 1 10 help - Set the number of Tx PDUs to be queued for transmission - in the controller. + Set the number of Tx PDUs to be queued for transmission + in the controller. config BLUETOOTH_CONTROLLER_RX_STACK_SIZE int "Size of the receiving fiber stack"