From patchwork Sun Jun 28 16:27:01 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Perches X-Patchwork-Id: 29248 X-Patchwork-Delegate: smfrench@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.samba.org (mail.samba.org [66.70.73.150]) by bilbo.ozlabs.org (Postfix) with ESMTP id E27D0B7553 for ; Mon, 29 Jun 2009 02:39:00 +1000 (EST) Received: from dp.samba.org (localhost [127.0.0.1]) by lists.samba.org (Postfix) with ESMTP id 5E6AC163CD1 for ; Sun, 28 Jun 2009 16:38:24 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on dp.samba.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.8 tests=AWL,BAYES_00, DNS_FROM_RFC_BOGUSMX,FORGED_RCVD_HELO autolearn=no version=3.1.7 X-Original-To: linux-cifs-client@lists.samba.org Delivered-To: linux-cifs-client@lists.samba.org X-Greylist: delayed 454 seconds by postgrey-1.24 at dp.samba.org; Sun, 28 Jun 2009 16:37:58 GMT Received: from mail.perches.com (136-022.dsl.LABridge.com [206.117.136.22]) by lists.samba.org (Postfix) with ESMTP id 8B89D163BAF; Sun, 28 Jun 2009 16:37:58 +0000 (GMT) Received: from localhost.localdomain ([192.168.1.158]) by mail.perches.com (8.9.3/8.9.3) with ESMTP id KAA00974; Sat, 27 Jun 2009 10:35:42 -0700 From: Joe Perches To: linux-kernel@vger.kernel.org Date: Sun, 28 Jun 2009 09:27:01 -0700 Message-Id: <33feb04c647d39629feb6252488214b05e297f44.1246173683.git.joe@perches.com> X-Mailer: git-send-email 1.6.3.1.10.g659a0.dirty In-Reply-To: References: Cc: Steve French , samba-technical@lists.samba.org, Andrew Morton , trivial@kernel.org, linux-cifs-client@lists.samba.org Subject: [linux-cifs-client] [PATCH 56/62] fs/cifs/cifs_dfs_ref.c: Remove unnecessary semicolons X-BeenThere: linux-cifs-client@lists.samba.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: The Linux CIFS VFS client List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-cifs-client-bounces+incoming=patchwork.ozlabs.org@lists.samba.org Errors-To: linux-cifs-client-bounces+incoming=patchwork.ozlabs.org@lists.samba.org Signed-off-by: Joe Perches --- fs/cifs/cifs_dfs_ref.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/cifs/cifs_dfs_ref.c b/fs/cifs/cifs_dfs_ref.c index 3bb11be..3f2c2a3 100644 --- a/fs/cifs/cifs_dfs_ref.c +++ b/fs/cifs/cifs_dfs_ref.c @@ -136,7 +136,7 @@ char *cifs_compose_mount_options(const char *sb_mountdata, rc = dns_resolve_server_name_to_ip(*devname, &srvIP); if (rc != 0) { cERROR(1, ("%s: Failed to resolve server part of %s to IP: %d", - __func__, *devname, rc));; + __func__, *devname, rc)); goto compose_mount_options_err; } /* md_len = strlen(...) + 12 for 'sep+prefixpath='