Commit 794665e7 authored by Tomasz Bursztyka's avatar Tomasz Bursztyka Committed by Carles Cufi
Browse files

gpio: Fix header comments



There is no device config structure anymore, and
s/decleration/declaration

Signed-off-by: default avatarTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
parent af40c99f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ typedef u32_t gpio_flags_t;
/**
 * This structure is common to all GPIO drivers and is expected to be
 * the first element in the object pointed to by the config_info field
 * in the device's config structure.
 * in the device structure.
 */
struct gpio_driver_config {
	/* Mask identifying pins supported by the controller.
@@ -461,7 +461,7 @@ struct gpio_driver_config {

/**
 * This structure is common to all GPIO drivers and is expected to be the first
 * element in the driver's struct driver_data decleration.
 * element in the driver's struct driver_data declaration.
 */
struct gpio_driver_data {
	/* Mask identifying pins that are configured as active low.