From 863e652e3f0e6fc3794a3cb5fbab1a3a652f349e Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Thu, 22 Oct 2015 08:58:17 -0500 Subject: [PATCH] greybus: db3-platform: fix some typos Fix misspelled "mandatory," and use "GPIOs" for the plural form (no apostrophe and capitalized) in comments. Signed-off-by: Alex Elder Reviewed-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/db3-platform.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/greybus/db3-platform.c b/drivers/staging/greybus/db3-platform.c index 61048f5..4919337 100644 --- a/drivers/staging/greybus/db3-platform.c +++ b/drivers/staging/greybus/db3-platform.c @@ -75,9 +75,9 @@ static irqreturn_t apb_ctrl_wake_detect_irq(int irq, void *devid) /* * TODO: - * Since currently SoC gpio's are being used we are safe here + * Since currently SoC GPIOs are being used we are safe here * But ideally we should create a workqueue and process the control - * signals, especially when we start using GPIO's over slow + * signals, especially when we start using GPIOs over slow * buses like I2C. */ if (!gpio_is_valid(apb_data->ctrl.wake_detect) && @@ -209,7 +209,7 @@ static int apb_ctrl_get_devtree_data(struct device *dev, return apb_data->ctrl.boot_ret; } - /* It's not mandetory to support power management interface */ + /* It's not mandatory to support power management interface */ apb_data->ctrl.pwroff = of_get_named_gpio(np, "pwr-off-gpios", 0); if (apb_data->ctrl.pwroff < 0 || !gpio_is_valid(apb_data->ctrl.pwroff)) -- 2.7.4