staging: most: Add a blank line.

Use a blank line after components_show() function declaration.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Quytelda Kahja 2018-03-06 01:18:02 -08:00 коммит произвёл Greg Kroah-Hartman
Родитель 33f328f7ab
Коммит ed49a3bd56
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -583,6 +583,7 @@ static ssize_t components_show(struct device_driver *drv, char *buf)
}
return offs;
}
/**
* split_string - parses buf and extracts ':' separated substrings.
*