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 committed by Greg Kroah-Hartman
parent 33f328f7ab
commit ed49a3bd56

View File

@ -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.
*