diff options
author | Kent Gibson <[email protected]> | 2020-10-05 15:03:28 +0800 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2020-10-28 15:46:47 +0100 |
commit | c303c51c87a61ace7330b5e0217468b1b8f98a75 (patch) | |
tree | a09c0d9cc2eca46ff03044a0efc1cd8bec317cb6 | |
parent | 2cc522d3931ba2aa744d09d41f874d61bf3a1851 (diff) |
gpio: uapi: remove whitespace
Remove leading whitespace in ABI v1 comment.
Signed-off-by: Kent Gibson <[email protected]>
Reviewed-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | include/uapi/linux/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h index 32dd18f238c3..ad3f56dd87ec 100644 --- a/include/uapi/linux/gpio.h +++ b/include/uapi/linux/gpio.h @@ -292,7 +292,7 @@ struct gpio_v2_line_event { }; /* - * ABI v1 + * ABI v1 * * This version of the ABI is deprecated. * Use the latest version of the ABI, defined above, instead. |