]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/firewire/fw-cdev.c
firewire: cdev: unify names of struct types and of their instances
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 4 Jan 2009 15:23:29 +0000 (16:23 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 24 Mar 2009 19:56:43 +0000 (20:56 +0100)
commit97c18b7fd6df4ae0d32509f292a2eb0d4b26d623
treebd8f79c6577bd57a09275988e01ac7ea783f9d08
parentfb4430367b0bbee2420132faf16c7c762a39c0bb
firewire: cdev: unify names of struct types and of their instances

to indicate that they are specializations of struct event or of struct
client_resource, respectively.

struct response was both an event and a client_resource; it is now split
into struct outbound_transaction_resource and ~_event in order to
document more explicitly which types of client resources exist.

struct request and struct_request_event are renamed to struct
inbound_transaction_resource and ~_event because requests and responses
occur in outbound and in inbound transactions.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-cdev.c