From: Prasad Pandit Date: Sat, 30 Mar 2024 04:04:11 +0000 (+0530) Subject: staging: bcm2835-audio: add terminating new line to Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=98b6073d7ab3fd3790995118b386f7362d991dcd;p=linux.git 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 Reviewed-by: Florian Fainelli Acked-by: Dan Carpenter Reviewed-by: Dan Carpenter Link: https://lore.kernel.org/r/20240330040411.3273337-1-ppandit@redhat.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/bcm2835-audio/Kconfig b/drivers/staging/vc04_services/bcm2835-audio/Kconfig index 7f22f6c85067e..7fbb29d3c34db 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.