From: Greg Kroah-Hartman Date: Wed, 19 Nov 2014 18:36:23 +0000 (-0800) Subject: greybus: vibrator-gb.c: fix up incorrect comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=42a946688d4b992d176a887638e7943d61a3e8f5;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git greybus: vibrator-gb.c: fix up incorrect comment s/i2c/vibrator/ Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/vibrator-gb.c b/drivers/staging/greybus/vibrator-gb.c index b9ec772b2459..9b15ae23c1ba 100644 --- 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