Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03e970bb authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Greg Kroah-Hartman
Browse files

serial: mctrl_gpio: Grammar s/lines GPIOs/line GPIOs/, /sets/set/

parent 7d1cadca
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios,
				      enum mctrl_gpio_idx gidx);
				      enum mctrl_gpio_idx gidx);


/*
/*
 * Request and set direction of modem control lines GPIOs and sets up irq
 * Request and set direction of modem control line GPIOs and set up irq
 * handling.
 * handling.
 * devm_* functions are used, so there's no need to call mctrl_gpio_free().
 * devm_* functions are used, so there's no need to call mctrl_gpio_free().
 * Returns a pointer to the allocated mctrl structure if ok, -ENOMEM on
 * Returns a pointer to the allocated mctrl structure if ok, -ENOMEM on
@@ -71,7 +71,7 @@ struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios,
struct mctrl_gpios *mctrl_gpio_init(struct uart_port *port, unsigned int idx);
struct mctrl_gpios *mctrl_gpio_init(struct uart_port *port, unsigned int idx);


/*
/*
 * Request and set direction of modem control lines GPIOs.
 * Request and set direction of modem control line GPIOs.
 * devm_* functions are used, so there's no need to call mctrl_gpio_free().
 * devm_* functions are used, so there's no need to call mctrl_gpio_free().
 * Returns a pointer to the allocated mctrl structure if ok, -ENOMEM on
 * Returns a pointer to the allocated mctrl structure if ok, -ENOMEM on
 * allocation error.
 * allocation error.