aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasad Pandit <pjp@fedoraproject.org>2024-03-30 09:34:11 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-09 17:51:53 +0200
commit98b6073d7ab3fd3790995118b386f7362d991dcd (patch)
tree75a903ea0fe24b422b914e4c8b2db3174864e104
parent6a0b8c0da8d8d418cde6894a104cf74e6098ddfa (diff)
downloadstaging-98b6073d7ab3fd3790995118b386f7362d991dcd.tar.gz
staging: bcm2835-audio: add terminating new line to Kconfig
Add terminating new line to the Kconfig file. It helps while displaying file with cat(1) command. Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Acked-by: Dan Carpenter <dan.carpenter@linaro.org> Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://lore.kernel.org/r/20240330040411.3273337-1-ppandit@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/vc04_services/bcm2835-audio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vc04_services/bcm2835-audio/Kconfig b/drivers/staging/vc04_services/bcm2835-audio/Kconfig
index 7f22f6c85067eb..7fbb29d3c34db9 100644
--- a/drivers/staging/vc04_services/bcm2835-audio/Kconfig
+++ b/drivers/staging/vc04_services/bcm2835-audio/Kconfig
@@ -8,4 +8,4 @@ config SND_BCM2835
Say Y or M if you want to support BCM2835 built in audio.
This driver handles both 3.5mm and HDMI audio, by leveraging
the VCHIQ messaging interface between the kernel and the firmware
- running on VideoCore. \ No newline at end of file
+ running on VideoCore.