From: Chris Ring Date: Tue, 5 Mar 2013 17:15:38 +0000 (-0800) Subject: SrvMgr: Fix comment to be strict ansi-c compliant X-Git-Tag: 3.00.00.11_eng~2 X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=commitdiff_plain;h=18e81db17f632e4af05549230e2f945b6e4840e1 SrvMgr: Fix comment to be strict ansi-c compliant Strict ansi-c doesn't allow C++ style comments. Identified by misra-related, static code checkers. --- diff --git a/packages/ti/srvmgr/omx/OmxSrvMgr.c b/packages/ti/srvmgr/omx/OmxSrvMgr.c index 1195611..7202a70 100644 --- a/packages/ti/srvmgr/omx/OmxSrvMgr.c +++ b/packages/ti/srvmgr/omx/OmxSrvMgr.c @@ -136,7 +136,7 @@ Void OmxSrvMgr_taskFxn(UArg arg0, UArg arg1) /* 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;