Re: [PATCH 1/4] drivers: dio: fixed spaces to tabs coding style issue

From: Greg KH
Date: Wed Jan 26 2022 - 12:52:37 EST


On Tue, Jan 25, 2022 at 11:33:07AM +0100, Aleksa Vučković wrote:
> Converting spaces to tabs.
>
> Signed-off-by: Aleksa Vučković <aleksav013@xxxxxxxxx>
> ---
> drivers/dio/dio.c | 120 +++++++++++++++++++++++-----------------------
> 1 file changed, 60 insertions(+), 60 deletions(-)

Your patches add coding style issues, not a good idea when trying to do
code cleanup.

Always run checkpatch on your patches before submitting them. As-is, I
can not take these.

thanks,

greg k-h