gpio: Fix header comments
There is no device config structure anymore, and s/decleration/declaration Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
af40c99fac
commit
794665e75b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue