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)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 23 Jul 2021 01:38:22 +0000 (02:38 +0100)
commitf7374bce00a97fda78ace3acaef48369e8246814
treea23ef52c180ee98ec30ab1c35a9cb0df5a744555
parentb30924873062be47250e6b872347461c8221688d
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>
target/linux/ath79/patches-5.10/920-mikrotik-rb4xx.patch
target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch