summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a2e378)
raw | patch | inline | side by side (parent: 8a2e378)
author | Chris Ring <cring@ti.com> | |
Tue, 5 Mar 2013 17:15:38 +0000 (09:15 -0800) | ||
committer | Chris Ring <cring@ti.com> | |
Tue, 5 Mar 2013 23:45:24 +0000 (15:45 -0800) |
Strict ansi-c doesn't allow C++ style comments.
Identified by misra-related, static code checkers.
Identified by misra-related, static code checkers.
packages/ti/srvmgr/omx/OmxSrvMgr.c | patch | blob | history |
index 11956113fb193fbfd08feb210d4425f622f3d6b7..7202a701f3b5741c494043fe87b0c91b716123d2 100644 (file)
/* currently, no response expected from rpmsg_omx: */
continue;
-#if 0 // rpmsg_omx is not listening for this ... yet.
+#if 0 /* rpmsg_omx is not listening for this ... yet. */
hdr->type = OMX_DISC_RSP;
hdr->len = sizeof(struct omx_disc_rsp);
len = HDRSIZE + hdr->len;