fix "use of single line comments(s) //"

Replace "//" with '/*','*/' couples.

V1->V2:
    Correct comment "Tracked-On" format

V2->V3:
    Remove "/* ==...===*/" comment

Tracked-On: #861
Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Huihuang Shi
2018-10-17 11:32:28 +08:00
committed by wenlingz
parent 75b03bef3b
commit 4620b935de
5 changed files with 9 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ struct per_cpu_region {
char logbuf[LOG_MESSAGE_MAX_SIZE];
uint32_t lapic_id;
struct smp_call_info_data smp_call_info;
} __aligned(CPU_PAGE_SIZE); //per_cpu_region size aligned with CPU_PAGE_SIZE
} __aligned(CPU_PAGE_SIZE); /* per_cpu_region size aligned with CPU_PAGE_SIZE */
extern struct per_cpu_region *per_cpu_data_base_ptr;
extern uint16_t phys_cpu_num;