iff was intentional

removing tailing spaces
This commit is contained in:
Resaec 2018-05-03 12:27:11 +02:00
parent 01cd910c54
commit df0eeb198d

View File

@ -55,7 +55,7 @@ static volatile uint32_t gpio_get_mask(enum tegra_named_gpio pin)
* Performs a simple GPIO configuration operation. * Performs a simple GPIO configuration operation.
* *
* @param pin The GPIO pin to work with, as created with TEGRA_GPIO, or a named GPIO. * @param pin The GPIO pin to work with, as created with TEGRA_GPIO, or a named GPIO.
* @param should_be_set True if the relevant bit should be set; or false if it should be cleared. * @param should_be_set True iff the relevant bit should be set; or false if it should be cleared.
* @param offset The offset into a gpio_bank structure * @param offset The offset into a gpio_bank structure
*/ */
static void gpio_simple_register_set(enum tegra_named_gpio pin, bool should_be_set, size_t offset) static void gpio_simple_register_set(enum tegra_named_gpio pin, bool should_be_set, size_t offset)