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:
695d932
)
core: coding style tweak
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Fri, 17 Nov 2017 16:42:16 +0000
(17:42 +0100)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Fri, 17 Nov 2017 16:43:15 +0000
(17:43 +0100)
Remove one tab from the GPIOD_LINE_BULK_MAX_LINES definition.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
include/gpiod.h
patch
|
blob
|
history
diff --git
a/include/gpiod.h
b/include/gpiod.h
index 0039cdaf2044a5bc10c7f261039dac85b37ca5dd..747a2265889f22fb9812c52fc1206296d3ed7d23 100644
(file)
--- a/
include/gpiod.h
+++ b/
include/gpiod.h
@@
-419,7
+419,7
@@
gpiod_chip_find_line(struct gpiod_chip *chip, const char *name) GPIOD_API;
/**
* @brief Maximum number of GPIO lines that can be requested at once.
*/
-#define GPIOD_LINE_BULK_MAX_LINES
64
+#define GPIOD_LINE_BULK_MAX_LINES 64
/**
* @brief Helper structure for storing a set of GPIO line objects.