Commit 5760648e authored by Kent Gibson's avatar Kent Gibson Committed by Linus Walleij
Browse files

gpio: uapi: fix kernel-doc warnings



Fix kernel-doc warnings, specifically gpioline_info_changed.padding is
not documented and 'GPIO event types' describes defines, which are not
documented by kernel-doc.

Signed-off-by: default avatarKent Gibson <warthog618@gmail.com>
Reviewed-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20201005070329.21055-2-warthog618@gmail.com


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 3650b228
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -346,6 +346,7 @@ enum {
 * @timestamp: estimate of time of status change occurrence, in nanoseconds
 * @event_type: one of GPIOLINE_CHANGED_REQUESTED, GPIOLINE_CHANGED_RELEASED
 * and GPIOLINE_CHANGED_CONFIG
 * @padding: reserved for future use
 *
 * Note: struct gpioline_info embedded here has 32-bit alignment on its own,
 * but it works fine with 64-bit alignment too. With its 72 byte size, we can
@@ -469,7 +470,7 @@ struct gpioevent_request {
	int fd;
};

/**
/*
 * GPIO event types
 */
#define GPIOEVENT_EVENT_RISING_EDGE 0x01