diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-03-19 18:30:12 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-03-21 21:53:08 +0300 |
commit | 24d3fdc8f24e7812e77e7928b622940faf2a6b13 (patch) | |
tree | 7ecb8fafcbdd1163e22577f4b76d2266f7518963 /drivers/i2c/busses/i2c-designware-baytrail.c | |
parent | d816f216c36445d1f9180b32ac30a3094317d6bb (diff) | |
download | linux-24d3fdc8f24e7812e77e7928b622940faf2a6b13.tar.xz |
i2c: designware: Fix spelling typos in the comments
Fix spelling typos in the comments with help of `codespell`.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/i2c-designware-baytrail.c')
-rw-r--r-- | drivers/i2c/busses/i2c-designware-baytrail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-designware-baytrail.c b/drivers/i2c/busses/i2c-designware-baytrail.c index 33da07d64494..c6a7a00e1d52 100644 --- a/drivers/i2c/busses/i2c-designware-baytrail.c +++ b/drivers/i2c/busses/i2c-designware-baytrail.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Intel BayTrail PMIC I2C bus semaphore implementaion + * Intel BayTrail PMIC I2C bus semaphore implementation * Copyright (c) 2014, Intel Corporation. */ #include <linux/device.h> |