diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-04-14 22:14:10 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-06-12 12:01:45 -0400 |
commit | 4b512d26f425be1c779c8319249b42ce3c3424d2 (patch) | |
tree | 2f48dd4f2361a0686bd8e1dd803e36080f529e09 /drivers/scsi | |
parent | 0b1b51f50ed7b4225d0631140de8873fb235a6c0 (diff) |
trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/megaraid.h | 2 | ||||
-rw-r--r-- | drivers/scsi/megaraid/mbox_defs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/megaraid.h b/drivers/scsi/megaraid.h index 795201fa0b48..512c2cc1a33f 100644 --- a/drivers/scsi/megaraid.h +++ b/drivers/scsi/megaraid.h | |||
@@ -469,7 +469,7 @@ typedef struct { | |||
469 | u8 type; /* Type of the device */ | 469 | u8 type; /* Type of the device */ |
470 | u8 cur_status; /* current status of the device */ | 470 | u8 cur_status; /* current status of the device */ |
471 | u8 tag_depth; /* Level of tagging */ | 471 | u8 tag_depth; /* Level of tagging */ |
472 | u8 sync_neg; /* sync negotiation - ENABLE or DISBALE */ | 472 | u8 sync_neg; /* sync negotiation - ENABLE or DISABLE */ |
473 | u32 size; /* configurable size in terms of 512 byte | 473 | u32 size; /* configurable size in terms of 512 byte |
474 | blocks */ | 474 | blocks */ |
475 | }__attribute__ ((packed)) phys_drv; | 475 | }__attribute__ ((packed)) phys_drv; |
diff --git a/drivers/scsi/megaraid/mbox_defs.h b/drivers/scsi/megaraid/mbox_defs.h index 170399ef06f4..b25b74764ec3 100644 --- a/drivers/scsi/megaraid/mbox_defs.h +++ b/drivers/scsi/megaraid/mbox_defs.h | |||
@@ -686,7 +686,7 @@ typedef struct { | |||
686 | * @type : Type of the device | 686 | * @type : Type of the device |
687 | * @cur_status : current status of the device | 687 | * @cur_status : current status of the device |
688 | * @tag_depth : Level of tagging | 688 | * @tag_depth : Level of tagging |
689 | * @sync_neg : sync negotiation - ENABLE or DISBALE | 689 | * @sync_neg : sync negotiation - ENABLE or DISABLE |
690 | * @size : configurable size in terms of 512 byte | 690 | * @size : configurable size in terms of 512 byte |
691 | */ | 691 | */ |
692 | typedef struct { | 692 | typedef struct { |