]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
greybus: update a few header file comments
authorAlex Elder <elder@linaro.org>
Wed, 24 Sep 2014 10:16:16 +0000 (05:16 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 30 Sep 2014 01:01:40 +0000 (18:01 -0700)
Add a GPLv2 tag and reword some comments at the top of "greybus_desc.h"
and "svc_msg.h".

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 6f019fa8f4ca89d72e021df4ae7a9c9dd9898a45..844a7f12ea8dc5b42a9388bf958d8e5f3c068f5f 100644 (file)
@@ -1,10 +1,12 @@
 /*
- * Greybus device descriptor definition
+ * Greybus module manifest definition
  *
- * Defined in the "Greybus Application Protocol" document.
- * See that document for any details on these values and structures.
+ * See "Greybus Application Protocol" document (version 0.draft) for
+ * details on these values and structures.
  *
  * Copyright 2014 Google Inc.
+ *
+ * Released under the GPLv2 only.
  */
 
 #ifndef __GREYBUS_DESC_H
index c290547305ac7499872e13eac30b71fb34e52e3f..8b936ed48d934714edc3204eb2e5756c756330a3 100644 (file)
@@ -1,10 +1,12 @@
 /*
  * Greybus AP <-> SVC message structure format.
  *
- * Defined in the "Greybus Application Protocol" document.
- * See that document for any details on these values and structures.
+ * See "Greybus Application Protocol" document (version 0.draft) for
+ * details on these values and structures.
  *
  * Copyright 2014 Google Inc.
+ *
+ * Released under the GPLv2 only.
  */
 
 #ifndef __SVC_MSG_H