[PATCH 68/71] staging: unisys: MESSAGE_ENVELOPE typedef

Jeffrey Brown Jeffrey.Brown at unisys.com
Wed Nov 12 17:42:53 UTC 2014


From: Jeffrey <Jeffrey.Brown at unisys.com>

Changed the typedef struct MESSAGE ENVELOPE on line 74 to a normal
struct.  Also replaced all instances of MESSAGE_ENVELOPE with
"MESSAGE_ENVELOPE"

Signed-off-by: Jeffrey Brown <Jeffrey.Brown at unisys.com>
---
 drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/unisys/visorchipset/visorchipset_main.c b/drivers/staging/unisys/visorchipset/visorchipset_main.c
index d8e74c6..6977c8d 100644
--- a/drivers/staging/unisys/visorchipset/visorchipset_main.c
+++ b/drivers/staging/unisys/visorchipset/visorchipset_main.c
@@ -71,10 +71,10 @@ static struct delayed_work periodic_controlvm_work;
 static struct workqueue_struct *periodic_controlvm_workqueue;
 static DEFINE_SEMAPHORE(notifierlock);
 
-typedef struct {
+struct MESSAGE_ENVELOPE {
 	struct controlvm_message message;
 	unsigned int crc;
-} MESSAGE_ENVELOPE;
+};
 
 static struct controlvm_message_header g_diagmsghdr;
 static struct controlvm_message_header g_chipsetmsghdr;
-- 
1.8.4



More information about the devel mailing list