[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ce1787fcb5fcb8f2aba8fbc6ab95dec7e43c98ba.camel@perches.com>
Date: Wed, 20 Nov 2019 09:02:22 -0800
From: Joe Perches <joe@...ches.com>
To: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>,
Krzysztof Kozlowski <krzk@...nel.org>,
linux-kernel@...r.kernel.org
Cc: Cezary Rojewski <cezary.rojewski@...el.com>,
Liam Girdwood <liam.r.girdwood@...ux.intel.com>,
Jie Yang <yang.jie@...ux.intel.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, alsa-devel@...a-project.org
Subject: Re: [PATCH] ASoC: Fix Kconfig indentation
On Wed, 2019-11-20 at 09:02 -0600, Pierre-Louis Bossart wrote:
>
> On 11/20/19 7:32 AM, Krzysztof Kozlowski wrote:
> > Adjust indentation from spaces to tab (+optional two spaces) as in
> > coding style with command like:
> > $ sed -e 's/^ /\t/' -i */Kconfig
> Thanks for the changes, is there a way for checkpatch.pl or some tool to
> detect this?
Sure, if you want to stick a Kconfig grammar parser into
checkpatch and validate any Kconfig file content.
Otherwise, maybe improve scripts/kconfig/lexer.l and
(optionally?) emit a message whenever the line's content
doesn't fit some preferred style.
Powered by blists - more mailing lists