mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-06 06:24:47 +00:00
cciss: use consistent variable names
cciss: use consistent variable names "h", for the hba structure and "c" for the command structures. and get rid of trivial CCISS_LOCK macro. Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
This commit is contained in:
parent
058a0f9f31
commit
f70dba8366
3 changed files with 592 additions and 612 deletions
File diff suppressed because it is too large
Load diff
|
@ -419,6 +419,4 @@ struct board_type {
|
||||||
int nr_cmds; /* Max cmds this kind of ctlr can handle. */
|
int nr_cmds; /* Max cmds this kind of ctlr can handle. */
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CCISS_LOCK(i) (&hba[i]->lock)
|
|
||||||
|
|
||||||
#endif /* CCISS_H */
|
#endif /* CCISS_H */
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue