diff options
author | Joe Perches | 2009-08-18 20:18:35 +0200 |
---|---|---|
committer | Jiri Kosina | 2009-09-21 15:14:58 +0200 |
commit | a419aef8b858a2bdb98df60336063d28df4b272f (patch) | |
tree | 1736f6650ec0bfc01074c489fc47396114099c5e /include/scsi/fc | |
parent | trivial: Fix duplicated word "options" in comment (diff) | |
download | kernel-qcow2-linux-a419aef8b858a2bdb98df60336063d28df4b272f.tar.gz kernel-qcow2-linux-a419aef8b858a2bdb98df60336063d28df4b272f.tar.xz kernel-qcow2-linux-a419aef8b858a2bdb98df60336063d28df4b272f.zip |
trivial: remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/scsi/fc')
-rw-r--r-- | include/scsi/fc/fc_fc2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/scsi/fc/fc_fc2.h b/include/scsi/fc/fc_fc2.h index cff8a8c22f50..f87777d0d5bd 100644 --- a/include/scsi/fc/fc_fc2.h +++ b/include/scsi/fc/fc_fc2.h @@ -92,8 +92,7 @@ struct fc_esb { __u8 _esb_resvd[4]; __u8 esb_service_params[112]; /* TBD */ __u8 esb_seq_status[8]; /* sequence statuses, 8 bytes each */ -} __attribute__((packed));; - +} __attribute__((packed)); /* * Define expected size for ASSERTs. |