diff options
author | Prasad Pandit <pjp@fedoraproject.org> | 2024-03-11 15:34:07 +0530 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-04-08 13:48:18 +0200 |
commit | 53cdd87c74b768f10464be5d5c7d165dbb7bc790 (patch) | |
tree | 882c28f2339391cadc8afcbf71f253eae69cdf45 /drivers/media/dvb-frontends | |
parent | b1f3677aebe5a9352a02b40465e71313f91cbd12 (diff) | |
download | lwn-53cdd87c74b768f10464be5d5c7d165dbb7bc790.tar.gz lwn-53cdd87c74b768f10464be5d5c7d165dbb7bc790.zip |
media: cxd2880: Add terminating new line to Kconfig
Add terminating new line to the Kconfig file.
Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: dropped 'Fixes' tag, not relevant for this]
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r-- | drivers/media/dvb-frontends/cxd2880/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/cxd2880/Kconfig b/drivers/media/dvb-frontends/cxd2880/Kconfig index 9d989676e800..94a8e0b936b9 100644 --- a/drivers/media/dvb-frontends/cxd2880/Kconfig +++ b/drivers/media/dvb-frontends/cxd2880/Kconfig @@ -5,4 +5,4 @@ config DVB_CXD2880 depends on DVB_CORE && SPI default m if !MEDIA_SUBDRV_AUTOSELECT help - Say Y when you want to support this frontend.
\ No newline at end of file + Say Y when you want to support this frontend. |