drivers: dio: space required after that ','
authorAleksa Vučković <aleksav013@gmail.com>
Thu, 27 Jan 2022 13:50:52 +0000 (14:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Feb 2022 15:45:39 +0000 (16:45 +0100)
commitf8b187c254350a938ac6eca279e2bd90e96d4586
treeb551a8e7c7e084f8ce05c163dac86f49a5b6eeef
parentc3c6138589e640a4ef538cec633499055652b4f6
drivers: dio: space required after that ','

This patch fixes the checkpatch.pl error:

< ERROR: space required after that ',' (ctx:VxV)
< #239: FILE: drivers/dio/dio.c:239:
< +                strcpy(dev->name,dio_getname(dev->id));

Signed-off-by: Aleksa Vučković <aleksav013@gmail.com>
Link: https://lore.kernel.org/r/20220127135054.27281-5-aleksav013@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dio/dio.c