greybus: vibrator-gb.c: fix up incorrect comment

s/i2c/vibrator/

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Greg Kroah-Hartman
2014-11-19 10:36:23 -08:00
parent c3278f9f39
commit 42a946688d

View File

@@ -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