Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759886AbZF1Qk3 (ORCPT ); Sun, 28 Jun 2009 12:40:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754515AbZF1Q23 (ORCPT ); Sun, 28 Jun 2009 12:28:29 -0400 Received: from 136-022.dsl.LABridge.com ([206.117.136.22]:1155 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757223AbZF1Q17 (ORCPT ); Sun, 28 Jun 2009 12:27:59 -0400 From: Joe Perches To: linux-kernel@vger.kernel.org Cc: trivial@kernel.org, Andrew Morton , "James E.J. Bottomley" , linux-scsi@vger.kernel.org Subject: [PATCH 43/62] include/scsi/fc/fc_fc2.h: Remove unnecessary semicolons Date: Sun, 28 Jun 2009 09:26:48 -0700 Message-Id: <0a9097272c9d128edccdf4783d8e2b1b7e98cb22.1246173682.git.joe@perches.com> X-Mailer: git-send-email 1.6.3.1.10.g659a0.dirty In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 833 Lines: 27 Signed-off-by: Joe Perches --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/