Commit cd7b701f authored by Elise Lennion's avatar Elise Lennion Committed by Greg Kroah-Hartman

staging: greybus: camera: Add blank lines after variable declarations.

Fix checkpatch warning:

WARNING: Missing a blank line after declarations
Signed-off-by: default avatarElise Lennion <elise.lennion@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b41514b1
...@@ -289,6 +289,7 @@ static const int gb_camera_configure_streams_validate_response( ...@@ -289,6 +289,7 @@ static const int gb_camera_configure_streams_validate_response(
for (i = 0; i < resp->num_streams; i++) { for (i = 0; i < resp->num_streams; i++) {
struct gb_camera_stream_config_response *cfg = &resp->config[i]; struct gb_camera_stream_config_response *cfg = &resp->config[i];
if (cfg->padding) { if (cfg->padding) {
gcam_err(gcam, "stream #%u padding != 0\n", i); gcam_err(gcam, "stream #%u padding != 0\n", i);
return -EIO; return -EIO;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment