From: Sarah Khan Date: Thu, 23 Oct 2014 17:22:33 +0000 (+0530) Subject: staging: vt6655: Replace C99 // comments by /* */ X-Git-Tag: v5.15~16669^2~1030 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=861374fcf3e88e290b026fbddf7b5b27898df4b6;p=platform%2Fkernel%2Flinux-starfive.git staging: vt6655: Replace C99 // comments by /* */ Replaced C99 // comments by /* */ in wroute.c Signed-off-by: Sarah Khan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/wroute.c b/drivers/staging/vt6655/wroute.c index d1171fa..6606a1c 100644 --- a/drivers/staging/vt6655/wroute.c +++ b/drivers/staging/vt6655/wroute.c @@ -94,7 +94,7 @@ bool ROUTEbRelay(struct vnt_private *pDevice, unsigned char *pbySkbData, if (pDevice->bEncryptionEnable == true) { bNeedEncryption = true; - // get group key + /* get group key */ pbyBSSID = pDevice->abyBroadcastAddr; if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == false) { @@ -159,7 +159,7 @@ bool ROUTEbRelay(struct vnt_private *pDevice, unsigned char *pbySkbData, &cbHeaderSize); if (MACbIsRegBitsOn(pDevice->PortOffset, MAC_REG_PSCTL, PSCTL_PS)) { - // Disable PS + /* Disable PS */ MACbPSWakeup(pDevice->PortOffset); } @@ -167,7 +167,7 @@ bool ROUTEbRelay(struct vnt_private *pDevice, unsigned char *pbySkbData, pLastTD = pHeadTD; for (ii = 0; ii < uMACfragNum; ii++) { - // Poll Transmit the adapter + /* Poll Transmit the adapter */ wmb(); pHeadTD->m_td0TD0.f1Owner = OWNED_BY_NIC; wmb();