diff options
author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-27 14:50:54 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-04 16:45:39 +0100 |
commit | aafce7bc5908205c9169a9a362e1c5a46b4d2cf2 (patch) | |
tree | 14ca71f09ebf8e713a7ec28988a1318e2b6bb9aa /sound/hda | |
parent | dffae938c06aea287ee2a28af90b6e5b15f79a19 (diff) | |
download | linux-aafce7bc5908205c9169a9a362e1c5a46b4d2cf2.tar.gz linux-aafce7bc5908205c9169a9a362e1c5a46b4d2cf2.tar.bz2 linux-aafce7bc5908205c9169a9a362e1c5a46b4d2cf2.zip |
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>
Diffstat (limited to 'sound/hda')
0 files changed, 0 insertions, 0 deletions