From bfields@fieldses.org Wed Jun 16 02:03:36 2004 Return-Path: Received: from mail-imap3.uio.no ([unix socket]) by mail-imap3.uio.no (Cyrus v2.1.11) with LMTP; Wed, 16 Jun 2004 02:03:36 +0200 X-Sieve: CMU Sieve 2.2 Delivery-date: Wed, 16 Jun 2004 02:03:36 +0200 Received: from mail-mx2.uio.no ([129.240.10.30]) by mail-imap3.uio.no with esmtp (Exim 4.34) id 1BaNtv-0003Id-RA for trond.myklebust@fys.uio.no; Wed, 16 Jun 2004 02:03:35 +0200 Received: from dsl093-002-214.det1.dsl.speakeasy.net ([66.93.2.214] helo=pickle.fieldses.org) by smtp.uio.no with esmtp (TLSv1:RC4-SHA:128) (Exim 4.34) id 1BaNts-0006Q2-K4 for trond.myklebust@fys.uio.no; Wed, 16 Jun 2004 02:03:33 +0200 Received: from bfields by pickle.fieldses.org with local (Exim 4.34) id 1BaNtp-0007dW-Mq; Tue, 15 Jun 2004 20:03:29 -0400 To: Trond Myklebust Cc: nfsv4@linux-nfs.org Subject: [PATCH 3 of 4] Missing newline in dprintk. Message-ID: <1087343949.ac7589ca.3@fieldses.org> In-Reply-To: <1087343949.ac7589ca.2@fieldses.org> From: "J. Bruce Fields" Date: Tue, 15 Jun 2004 20:03:29 -0400 X-MailScanner-Information: This message has been scanned for viruses/spam. Contact postmaster@uio.no if you have questions about this scanning X-UiO-MailScanner: No virus found X-UiO-Spam-info: not spam, SpamAssassin (score=0, required 12) X-Evolution-Source: imap://trondmy@imap.uio.no/ Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Missing newline in dprintk. Signed-off-by: J. Bruce Fields net/sunrpc/auth_gss/auth_gss.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN net/sunrpc/auth_gss/auth_gss.c~gss_upcall_printk_typo net/sunrpc/auth_gss/auth_gss.c --- linux-2.6.7-rc3/net/sunrpc/auth_gss/auth_gss.c~gss_upcall_printk_typo 2004-06-14 21:35:30.000000000 -0400 +++ linux-2.6.7-rc3-bfields/net/sunrpc/auth_gss/auth_gss.c 2004-06-14 21:35:30.000000000 -0400 @@ -397,7 +397,7 @@ retry: spin_unlock(&gss_auth->lock); } gss_release_msg(gss_msg); - dprintk("RPC: %4u gss_upcall for uid %u result %d", task->tk_pid, + dprintk("RPC: %4u gss_upcall for uid %u result %d\n", task->tk_pid, uid, res); return res; out_sleep: _