projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6082134
)
core: ctxless: arrange local variables in reverse christmas tree order
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Wed, 6 Mar 2019 16:57:32 +0000
(17:57 +0100)
committer
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Wed, 6 Mar 2019 16:57:32 +0000
(17:57 +0100)
This is a cosmetic change: let's be consistent treewide and have all
local variables arranged in reverse christmas tree order.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
src/lib/ctxless.c
patch
|
blob
|
history
diff --git
a/src/lib/ctxless.c
b/src/lib/ctxless.c
index d90a3e0ecaea9c55c147a0c36131fc5f3e25e689..ba85018e3ba27dc86ac8d19b8f6b408e1d3417f9 100644
(file)
--- a/
src/lib/ctxless.c
+++ b/
src/lib/ctxless.c
@@
-35,8
+35,8
@@
int gpiod_ctxless_get_value_multiple(const char *device,
struct gpiod_line_bulk bulk;
struct gpiod_chip *chip;
struct gpiod_line *line;
- int rv, flags;
unsigned int i;
+ int rv, flags;
if (!num_lines || num_lines > GPIOD_LINE_BULK_MAX_LINES) {
errno = EINVAL;