staging: greybus: camera: Add blank lines after variable declarations.
Fix checkpatch warning: WARNING: Missing a blank line after declarations Signed-off-by: Elise Lennion <elise.lennion@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b41514b1de
commit
cd7b701f52
|
@ -289,6 +289,7 @@ static const int gb_camera_configure_streams_validate_response(
|
|||
|
||||
for (i = 0; i < resp->num_streams; i++) {
|
||||
struct gb_camera_stream_config_response *cfg = &resp->config[i];
|
||||
|
||||
if (cfg->padding) {
|
||||
gcam_err(gcam, "stream #%u padding != 0\n", i);
|
||||
return -EIO;
|
||||
|
|
Loading…
Reference in New Issue