From patchwork Wed Feb 23 00:31:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Rees X-Patchwork-Id: 582581 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1N0VxfQ022056 for ; Wed, 23 Feb 2011 00:31:59 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755109Ab1BWAb6 (ORCPT ); Tue, 22 Feb 2011 19:31:58 -0500 Received: from int-mailstore01.merit.edu ([207.75.116.232]:34343 "EHLO int-mailstore01.merit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751525Ab1BWAb6 (ORCPT ); Tue, 22 Feb 2011 19:31:58 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by int-mailstore01.merit.edu (Postfix) with ESMTP id F37853055FBA; Tue, 22 Feb 2011 19:31:57 -0500 (EST) X-Virus-Scanned: amavisd-new at int-mailstore01.merit.edu Received: from int-mailstore01.merit.edu ([127.0.0.1]) by localhost (int-mailstore01.merit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63QfWmMzs3+j; Tue, 22 Feb 2011 19:31:57 -0500 (EST) Received: from merit.edu (unknown [148.87.13.11]) by int-mailstore01.merit.edu (Postfix) with ESMTPSA id 6F2B43055FB9; Tue, 22 Feb 2011 19:31:57 -0500 (EST) Date: Tue, 22 Feb 2011 19:31:57 -0500 From: Jim Rees To: Benny Halevy Cc: linux-nfs@vger.kernel.org, peter honeyman Subject: [PATCH] typo Message-ID: <20110223003157.GA8716@merit.edu> MIME-Version: 1.0 Content-Disposition: inline Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Wed, 23 Feb 2011 00:31:59 +0000 (UTC) diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c index 91fe4d0..e3e69d6 100644 --- a/fs/nfs/nfs4filelayout.c +++ b/fs/nfs/nfs4filelayout.c @@ -281,7 +281,7 @@ filelayout_check_layout(struct pnfs_layout_hdr *lo, dprintk("--> %s\n", __func__); if (fl->pattern_offset > lgr->range.offset) { - dprintk("%s pattern_offset %lld to large\n", + dprintk("%s pattern_offset %lld too large\n", __func__, fl->pattern_offset); goto out; }