From 3b6cf2ee3b726747b61285c36a76cc810b102c35 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Thu, 19 Mar 2015 17:02:46 +0530 Subject: [PATCH] greybus: operation: Fix comment mistake Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/operation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c index b01106f29ab3..d4b59fe79559 100644 --- a/drivers/staging/greybus/operation.c +++ b/drivers/staging/greybus/operation.c @@ -965,7 +965,7 @@ int gb_operation_init(void) U16_MAX - sizeof(struct gb_operation_msg_hdr)); /* - * A message structure with consists of: + * A message structure consists of: * - the message structure itself * - the headroom set aside for the host device * - the message header -- 2.39.2