Explorar el Código

Fix elif -> else

Suren A. Chilingaryan hace 6 años
padre
commit
59be37a2ec
Se han modificado 1 ficheros con 1 adiciones y 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