/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/rdma.c

  • Committer: Suren A. Chilingaryan
  • Date: 2018-03-22 14:22:50 UTC
  • Revision ID: csa@suren.me-20180322142250-j139xykmqelcns0v
Fix elif -> else

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    p4d_t *p4d;
34
34
    p4d = p4d_offset(pgd, address);
35
35
    pud = pud_offset(p4d, address);
36
 
#elif
 
36
#else
37
37
    pud = pud_offset(pgd, address);
38
38
#endif
39
39