drivers: dio: Missing a blank line after declarations
authorAleksa Vučković <aleksav013@gmail.com>
Thu, 27 Jan 2022 13:50:54 +0000 (14:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Feb 2022 15:45:39 +0000 (16:45 +0100)
commitaafce7bc5908205c9169a9a362e1c5a46b4d2cf2
tree14ca71f09ebf8e713a7ec28988a1318e2b6bb9aa
parentdffae938c06aea287ee2a28af90b6e5b15f79a19
drivers: dio: Missing a blank line after declarations

This patch fixes the checkpatch.pl error:

< WARNING: Missing a blank line after declarations
< #97: FILE: drivers/dio/dio.c:97:
< +     unsigned int i;
< +     for (i = 0; i < ARRAY_SIZE(names); i++)

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