[PATCH 43/62] include/scsi/fc/fc_fc2.h: Remove unnecessary semicolons

From: Joe Perches
Date: Sun Jun 28 2009 - 12:40:33 EST


Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
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 cff8a8c..f87777d 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.
--
1.6.3.1.10.g659a0.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/