]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
greybus: vibrator-gb.c: fix up incorrect comment
authorGreg Kroah-Hartman <greg@kroah.com>
Wed, 19 Nov 2014 18:36:23 +0000 (10:36 -0800)
committerGreg 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

index b9ec772b24596d02fabc8e19b6fb7c87da64e1ca..9b15ae23c1bae8b574898d4dd919a0e7bdfa34b7 100644 (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