Re: [PATCH v1] treewide: Fix indentation and whitespace in Kconfig files

Christian Brauner <[email protected]> Thu, 9 Apr 2026 15:23:00 +0200
Newsgroups org.kernel.vger.keyrings,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kvack.linux-mm
Message-ID <20260409-kontraproduktiv-sterben-034defac1e79@brauner>
On Tue, Apr 07, 2026 at 11:09:34AM +0530, Anand Moon wrote:
> Clean up inconsistent indentation (mixing tabs and spaces) and remove
> extraneous whitespace in several Kconfig files across the tree.
> This is a purely cosmetic change to improve readability.
> 
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
> 
> $ sed -e 's/^        /\t/' -i */Kconfig
> 
> Signed-off-by: Anand Moon <[email protected]>
> ---

Sure,
Reviewed-by: Christian Brauner <[email protected]>