greybus: fix document version number
authorAlex Elder <elder@linaro.org>
Wed, 24 Sep 2014 10:16:17 +0000 (05:16 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 30 Sep 2014 01:01:40 +0000 (18:01 -0700)
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
drivers/staging/greybus/svc_msg.h

index 844a7f1..8865bee 100644 (file)
@@ -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.
index 8b936ed..4b69604 100644 (file)
@@ -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.