projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c8859
)
Input: bma150 - fix a typo in some comments
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Thu, 11 Aug 2022 23:11:36 +0000
(16:11 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 11 Aug 2022 23:14:29 +0000
(16:14 -0700)
Remove some extra '0'
s/BMA0150_RANGE_xxx/BMA150_RANGE_xxx/
s/BMA0150_BW_xxx/BMA150_BW_xxx
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link:
https://lore.kernel.org/r/a331a6244a1dfbf34dc85f1be6995fa91500c801.1659802757.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
include/linux/bma150.h
patch
|
blob
|
history
diff --git
a/include/linux/bma150.h
b/include/linux/bma150.h
index 31c9e323a3913d76bb6e986e86a268c8a5d2d209..4d4a62d493419486002d3a799c3b59039618f2ac 100644
(file)
--- a/
include/linux/bma150.h
+++ b/
include/linux/bma150.h
@@
-33,8
+33,8
@@
struct bma150_cfg {
unsigned char lg_hyst; /* Low-G hysterisis */
unsigned char lg_dur; /* Low-G duration */
unsigned char lg_thres; /* Low-G threshold */
- unsigned char range; /* one of BMA
0
150_RANGE_xxx */
- unsigned char bandwidth; /* one of BMA
0
150_BW_xxx */
+ unsigned char range; /* one of BMA150_RANGE_xxx */
+ unsigned char bandwidth; /* one of BMA150_BW_xxx */
};
struct bma150_platform_data {