ath79: kernel: Add missing quote to drivers/mfd/Kconfig
authorPaul Blazejowski <paulb@blazebox.homeip.net>
Wed, 21 Jul 2021 22:28:20 +0000 (18:28 -0400)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 22 Aug 2021 18:02:31 +0000 (20:02 +0200)
commit61c65acbda9720f445f1c696a871d1c79578cbdf
tree396f362903ce424c9b03e1a9507bbbac1e97b2d9
parent25d9fe8468451f1e0ddeb70ac3aa722f947311ed
ath79: kernel: Add missing quote to drivers/mfd/Kconfig

A missing quote in target/linux/ath79/patches-5.x/920-mikrotik-rb4xx.patch
produces:

...
scripts/kconfig/conf  --syncconfig Kconfig
drivers/mfd/Kconfig:2016:warning: multi-line strings not supported
...

This patch adds missing closing quote, fixing the above warning.

Signed-off-by: Paul Blazejowski <paulb@blazebox.homeip.net>
(cherry picked from commit f7374bce00a97fda78ace3acaef48369e8246814)
target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch