Explorar o código

Fix elif -> else

Suren A. Chilingaryan %!s(int64=6) %!d(string=hai) anos
pai
achega
59be37a2ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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