From cb705e0dd0bc0614660aaf9adb0984c538532acf Mon Sep 17 00:00:00 2001 From: Alex Elder <elder@linaro.org> Date: Wed, 24 Sep 2014 05:16:17 -0500 Subject: [PATCH] greybus: fix document version number Two spots use the old "0.draft" version number for the Greybus protocol specification. We've updated that to be 0.1. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> --- drivers/staging/greybus/greybus_manifest.h | 2 +- drivers/staging/greybus/svc_msg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h index 844a7f12ea8dc..8865beec9bed6 100644 --- a/drivers/staging/greybus/greybus_manifest.h +++ b/drivers/staging/greybus/greybus_manifest.h @@ -1,7 +1,7 @@ /* * Greybus module manifest definition * - * See "Greybus Application Protocol" document (version 0.draft) for + * See "Greybus Application Protocol" document (version 0.1) for * details on these values and structures. * * Copyright 2014 Google Inc. diff --git a/drivers/staging/greybus/svc_msg.h b/drivers/staging/greybus/svc_msg.h index 8b936ed48d934..4b696040b4e16 100644 --- a/drivers/staging/greybus/svc_msg.h +++ b/drivers/staging/greybus/svc_msg.h @@ -1,7 +1,7 @@ /* * Greybus AP <-> SVC message structure format. * - * See "Greybus Application Protocol" document (version 0.draft) for + * See "Greybus Application Protocol" document (version 0.1) for * details on these values and structures. * * Copyright 2014 Google Inc. -- 2.30.2