summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-baytrail.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-03-19 17:30:12 +0200
committerWolfram Sang <wsa@the-dreams.de>2020-03-21 19:53:08 +0100
commit24d3fdc8f24e7812e77e7928b622940faf2a6b13 (patch)
tree7ecb8fafcbdd1163e22577f4b76d2266f7518963 /drivers/i2c/busses/i2c-designware-baytrail.c
parentd816f216c36445d1f9180b32ac30a3094317d6bb (diff)
downloadlinux-stable-24d3fdc8f24e7812e77e7928b622940faf2a6b13.tar.gz
linux-stable-24d3fdc8f24e7812e77e7928b622940faf2a6b13.tar.bz2
linux-stable-24d3fdc8f24e7812e77e7928b622940faf2a6b13.zip
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.c2
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>