Browse Source

Fix elif -> else

Suren A. Chilingaryan 6 năm trước cách đây
mục cha
commit
59be37a2ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      driver/rdma.c

+ 1 - 1
driver/rdma.c

@@ -33,7 +33,7 @@ static unsigned long pcidriver_follow_pte(struct mm_struct *mm, unsigned long ad
     p4d_t *p4d;
     p4d = p4d_offset(pgd, address);
     pud = pud_offset(p4d, address);
-#elif
+#else
     pud = pud_offset(pgd, address);
 #endif