Browse Source

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>
Stephen M. Cameron 15 years ago
parent
commit
f70dba8366
3 changed files with 366 additions and 384 deletions
  1. 160 164
      drivers/block/cciss.c
  2. 0 2
      drivers/block/cciss.h
  3. 206 218
      drivers/block/cciss_scsi.c

File diff suppressed because it is too large
+ 160 - 164
drivers/block/cciss.c


+ 0 - 2
drivers/block/cciss.h

@@ -419,6 +419,4 @@ struct board_type {
 	int nr_cmds; /* Max cmds this kind of ctlr can handle. */
 };
 
-#define CCISS_LOCK(i)	(&hba[i]->lock)
-
 #endif /* CCISS_H */

File diff suppressed because it is too large
+ 206 - 218
drivers/block/cciss_scsi.c


Some files were not shown because too many files changed in this diff