Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
user avatar
Aleksa Vučković authored
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: default avatarAleksa Vučković <aleksav013@gmail.com>
Link: https://lore.kernel.org/r/20220127135054.27281-7-aleksav013@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
aafce7bc
Forked from BeagleBoard.org / Linux
236228 commits behind the upstream repository.
Name Last commit Last update
..
Makefile
dio-driver.c
dio-sysfs.c
dio.c