Checkpatch reported the following issue, so fix it: - ERROR:SPACING: space prohibited after that '*' (ctx:ExW) Change-Id: I78a48d284d8b773a4a8c02f2196200f615836690 CRs-Fixed: 2126450
@@ -908,7 +908,7 @@ void sch_generate_tim(tpAniSirGlobal pMac, uint8_t **pPtr, uint16_t *timLength,
*ptr++ = 0xFF;
ptr += (N2 - N1 + 1);
- * pPtr = ptr;
+ *pPtr = ptr;
}
/* -------------------------------------------------------------------- */
/**