• S
    firewire: core: change type of a data buffer · 6e95dea7
    Stefan Richter 提交于
    from array of char to union of structs.  I already used a union to size
    the buffer which holds ioctl arguments; more consequent is to define it
    as an instance of this union in the first place.
    
    Also rename several local variables from "request" to "a"(rgument) since
    the term request can be mistaken to mean a transaction subaction, e.g.
    an instance of struct fw_request.
    Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
    6e95dea7
core-cdev.c 37.9 KB