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:
committed by
Jens Axboe
parent
058a0f9f31
commit
f70dba8366
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
Reference in New Issue
Block a user