From: Alex Elder Date: Wed, 24 Sep 2014 10:16:17 +0000 (-0500) Subject: greybus: fix document version number X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~2077 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cb705e0dd0bc0614660aaf9adb0984c538532acf;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h index 844a7f12ea8d..8865beec9bed 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 8b936ed48d93..4b696040b4e1 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.