kernel/arch/nds32/kernel/cacheinfo.c
.. .. @@ -13,7 +13,7 @@ 13 13 this_leaf->level = level; 14 14 this_leaf->type = type; 15 15 this_leaf->coherency_line_size = CACHE_LINE_SIZE(cache_type); 16 - this_leaf->number_of_sets = CACHE_SET(cache_type);;16 + this_leaf->number_of_sets = CACHE_SET(cache_type);17 17 this_leaf->ways_of_associativity = CACHE_WAY(cache_type); 18 18 this_leaf->size = this_leaf->number_of_sets * 19 19 this_leaf->coherency_line_size * this_leaf->ways_of_associativity;