Skip to content

Commit

Permalink
firewire: core: change type of a data buffer
Browse files Browse the repository at this point in the history
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: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Feb 24, 2010
1 parent e94b6d7 commit 6e95dea
Showing 1 changed file with 152 additions and 173 deletions.
Loading

0 comments on commit 6e95dea

Please sign in to comment.