From 42a946688d4b992d176a887638e7943d61a3e8f5 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 19 Nov 2014 10:36:23 -0800 Subject: [PATCH] greybus: vibrator-gb.c: fix up incorrect comment s/i2c/vibrator/ Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/vibrator-gb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1