diff options
author | Mark Haverkamp <markh@osdl.org> | 2006-06-08 20:55:57 (GMT) |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-20 00:23:54 (GMT) |
commit | a623e14dafe72329dd1defe36ee2cd4ff4b2e6f1 (patch) | |
tree | 68499cbb10448ea645cfab1e82cb7e5969266ee6 /drivers/scsi/aacraid/aacraid.h | |
parent | 75c3628db75c573870379094a5f90f690ee99b76 (diff) | |
download | linux-fsl-qoriq-a623e14dafe72329dd1defe36ee2cd4ff4b2e6f1.tar.xz |
[SCSI] aacraid: small misc. cleanups
Received from Mark Salyzyn
Spelling correction, orphaned comment removal & update branch name.
Signed-off-by: Mark Haverkamp <markh@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index e6b41db..d0eecd4 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h @@ -12,7 +12,7 @@ #ifndef AAC_DRIVER_BUILD # define AAC_DRIVER_BUILD 2409 -# define AAC_DRIVER_BRANCH "-mh1" +# define AAC_DRIVER_BRANCH "-mh2" #endif #define MAXIMUM_NUM_CONTAINERS 32 @@ -822,10 +822,6 @@ struct fib { void *callback_data; u32 flags; // u32 dmb was ulong /* - * The following is used to put this fib context onto the - * Outstanding I/O queue. - */ - /* * And for the internal issue/reply queues (we may be able * to merge these two) */ |