Revision 4d5b97da hw/9pfs/virtio-9p.c

b/hw/9pfs/virtio-9p.c
505 505
        error_report("9pfs:%s: One or more uncluncked fids "
506 506
                     "found during reset", __func__);
507 507
    }
508
    return;
509 508
}
510 509

  
511 510
#define P9_QID_TYPE_DIR         0x80
......
934 933
out:
935 934
    complete_pdu(s, pdu, offset);
936 935
    v9fs_string_free(&version);
937
    return;
938 936
}
939 937

  
940 938
static void v9fs_attach(void *opaque)
......
1314 1312
        g_free(wnames);
1315 1313
        g_free(qids);
1316 1314
    }
1317
    return;
1318 1315
}
1319 1316

  
1320 1317
static int32_t get_iounit(V9fsPDU *pdu, V9fsPath *path)
......
2257 2254
        free_pdu(pdu->s, cancel_pdu);
2258 2255
    }
2259 2256
    complete_pdu(s, pdu, 7);
2260
    return;
2261 2257
}
2262 2258

  
2263 2259
static void v9fs_link(void *opaque)
......
2763 2759
    put_fid(pdu, fidp);
2764 2760
out_nofid:
2765 2761
    complete_pdu(s, pdu, retval);
2766
    return;
2767 2762
}
2768 2763

  
2769 2764
static void v9fs_mknod(void *opaque)

Also available in: Unified diff