Re: [PATCH] ath79: kernel: Add missing quote to drivers/mfd/Kconfig

2021-07-24 Thread Sergey Ryazanov
On Thu, Jul 22, 2021 at 1:34 AM Paul Blazejowski wrote: > 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

[PATCH] ath79: kernel: Add missing quote to drivers/mfd/Kconfig

2021-07-21 Thread Paul Blazejowski
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