summaryrefslogtreecommitdiffstats
path: root/driver/rdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/rdma.c')
-rw-r--r--driver/rdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/rdma.c b/driver/rdma.c
index 3670ddf..3b5dcaa 100644
--- a/driver/rdma.c
+++ b/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