[PATCH v3 1/4] gpiolib: fix whitespaces
Antony Pavlov
antonynpavlov at gmail.com
Fri Feb 1 13:22:18 EST 2013
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
include/gpio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/gpio.h b/include/gpio.h
index eedb980..794d959 100644
--- a/include/gpio.h
+++ b/include/gpio.h
@@ -6,7 +6,7 @@
#ifndef CONFIG_GPIOLIB
static inline int gpio_request(unsigned gpio, const char *label)
{
- return 0;
+ return 0;
}
static inline void gpio_free(unsigned gpio)
--
1.7.10.4
More information about the barebox
mailing list