diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-02-28 17:59:56 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-03-14 16:42:22 +0300 |
commit | 3ec440e33f6895dc7d72a18b3ec2a44074f7d276 (patch) | |
tree | d7cc400cabfe8eb0cbcbe6140fee6aa719f88e82 /drivers/pinctrl/core.c | |
parent | c825676b0823fd43a4d08bf865f81bb188b51db1 (diff) | |
download | linux-3ec440e33f6895dc7d72a18b3ec2a44074f7d276.tar.xz |
pinctrl: Fix spelling typos
Just fix spelling typos in comments.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/core.c')
-rw-r--r-- | drivers/pinctrl/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c index 0bf6392ffa6f..37be2382028f 100644 --- a/drivers/pinctrl/core.c +++ b/drivers/pinctrl/core.c @@ -1062,7 +1062,7 @@ static struct pinctrl *create_pinctrl(struct device *dev, mutex_unlock(&pinctrl_maps_mutex); if (ret < 0) { - /* If some other error than deferral occured, return here */ + /* If some other error than deferral occurred, return here */ pinctrl_free(p, false); return ERR_PTR(ret); } |