projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41514b
)
staging: greybus: camera: Add blank lines after variable declarations.
author
Elise Lennion
<
[email protected]
>
Wed, 12 Oct 2016 17:11:31 +0000
(14:11 -0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 16 Oct 2016 08:27:21 +0000
(10:27 +0200)
Fix checkpatch warning:
WARNING: Missing a blank line after declarations
Signed-off-by: Elise Lennion <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/greybus/camera.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/camera.c
b/drivers/staging/greybus/camera.c
index 491bdd720c0c24a09879300b63599d978428ae39..d89a329a7b5fceb59f4f5ea864c5a76f555705c2 100644
(file)
--- a/
drivers/staging/greybus/camera.c
+++ b/
drivers/staging/greybus/camera.c
@@
-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;