Re: [PATCH 2/2] cec: Kconfig coding style issue

2018-05-03 Thread Sakari Ailus
On Wed, May 02, 2018 at 06:19:30PM -0500, Brad Love wrote: > Use tabs instead of spaces and help is two-spaced after single tab. > > The incorrect spacing breaks menuconfig on older kernels. > > Signed-off-by: Brad Love Acked-by: Sakari Ailus -- Sakari Ailus sakari.ai...@linux.intel.com

[PATCH 2/2] cec: Kconfig coding style issue

2018-05-02 Thread Brad Love
Use tabs instead of spaces and help is two-spaced after single tab. The incorrect spacing breaks menuconfig on older kernels. Signed-off-by: Brad Love --- drivers/media/Kconfig | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/media/Kconfig b/drivers/media