projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7108bc
)
iio: gyro: bmg160: Fix typo in comment
author
Xiang wangx
<wangxiang@cdjrlc.com>
Thu, 16 Jun 2022 14:15:22 +0000
(22:15 +0800)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Sat, 18 Jun 2022 15:39:37 +0000
(16:39 +0100)
Delete the redundant word 'in'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220616141522.2238-1-wangxiang@cdjrlc.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/gyro/bmg160_core.c
patch
|
blob
|
history
diff --git
a/drivers/iio/gyro/bmg160_core.c
b/drivers/iio/gyro/bmg160_core.c
index
81a6d09
..
cedd9f0
100644
(file)
--- a/
drivers/iio/gyro/bmg160_core.c
+++ b/
drivers/iio/gyro/bmg160_core.c
@@
-766,7
+766,7
@@
static int bmg160_write_event_config(struct iio_dev *indio_dev,
return 0;
}
/*
- * We will expect the enable and disable to do operation
in
+ * We will expect the enable and disable to do operation
* in reverse order. This will happen here anyway as our
* resume operation uses sync mode runtime pm calls, the
* suspend operation will be delayed by autosuspend delay