Browse Source

[DM/PCI] Fixup the C99, 6.8.1 Labeled statements p4

Signed-off-by: GuEe-GUI <2991707448@qq.com>
GuEe-GUI 1 tháng trước cách đây
mục cha
commit
4337d7fb30
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      components/drivers/pci/endpoint/mem.c

+ 1 - 0
components/drivers/pci/endpoint/mem.c

@@ -117,6 +117,7 @@ static rt_ubase_t bitmap_region_alloc(struct rt_pci_ep_mem *mem, rt_size_t size)
             return mem->cpu_addr + bit * mem->page_size;
         }
     _next:
+        ;
     }
 
     return ~0ULL;