projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3278f9
)
greybus: vibrator-gb.c: fix up incorrect comment
author
Greg Kroah-Hartman
<greg@kroah.com>
Wed, 19 Nov 2014 18:36:23 +0000
(10:36 -0800)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Wed, 19 Nov 2014 18:36:23 +0000
(10:36 -0800)
s/i2c/vibrator/
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/vibrator-gb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/vibrator-gb.c
b/drivers/staging/greybus/vibrator-gb.c
index b9ec772b24596d02fabc8e19b6fb7c87da64e1ca..9b15ae23c1bae8b574898d4dd919a0e7bdfa34b7 100644
(file)
--- a/
drivers/staging/greybus/vibrator-gb.c
+++ b/
drivers/staging/greybus/vibrator-gb.c
@@
-22,7
+22,7
@@
struct gb_vibrator_device {
u8 version_minor;
};
-/* Version of the Greybus
i2c
protocol we support */
+/* Version of the Greybus
vibrator
protocol we support */
#define GB_VIBRATOR_VERSION_MAJOR 0x00
#define GB_VIBRATOR_VERSION_MINOR 0x01