Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp807361imm; Fri, 11 May 2018 06:45:02 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpEWwAf+NAwkEGwpBLxY5xs2xXZAuVjO04RMy/JcgTWkLHQ3GZeSP+1UUG3ca8257pIO9Uy X-Received: by 2002:a17:902:758a:: with SMTP id j10-v6mr5630333pll.11.1526046302540; Fri, 11 May 2018 06:45:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526046302; cv=none; d=google.com; s=arc-20160816; b=LoSHovo00EtEiHc92gYzHvSpM+9XvXPF+p/1Wcn8ulT5VXbKQdAqVDXRw78bxG5SUW 7WIeRWV5OOkjsZCbica/rxDGUcS5JmK43TJxX3xDvF25WV5QnkL6gTHcdk6GZwwgRCOU vi0B4YYMFkfz0TmtDTRoGlXo1edzwYTRm//C3vIv5ZudArxDO1l/Ql4F3YI6qxMYOF87 MC7aUYbfc4UUd2ihfJT6Rw/iVKijrmEKpoZlzJ+8NFqknsLXSZSyfqg+6DKVbaGV3dXM rESbHJ/kOxgZVEdFzLkSHoMllr/l14fbpK/VisbftIf8HUS4YT6e/ayTp9rcywZIrcEX +F7w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from:arc-authentication-results; bh=EdwjZT/mvIPh8x//gkcT69lDvBrTeNpqEGwwWETaXNU=; b=CgVfI+QisTlTeNU/TbkrNEuDr/KBJjOgZCyYBD+WDMoH4ysrVBVy9MIUqoqiHq5al+ 0wbNfUj/QazBjrTcNLB6cWYZxNQBpL7tdSBVoSIlrHIQiGhyrtKDpZICHbkbnm18AKWT AVBulW1hd2lN7vx+od8XVhWEWzh3DPw95UDGpXyc7SNWZ8KFKZI7sNexPhC5IVY7VkWq JgE7lAwR1GammuyYkmCmYJi6GyXLn2+g8QCR2YXcvXZ3Qgwoz/Ag3Ei/gFteE96wsfTI g8VL+dEvXRAFemNgh6Ke/9zt1hdSn2XHCnMOTJjbShkvebHQ9RLfY8LJSEVcTt4YqB8e 2Mpw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 136-v6si2697555pgh.114.2018.05.11.06.44.18; Fri, 11 May 2018 06:45:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753322AbeEKNjP (ORCPT + 99 others); Fri, 11 May 2018 09:39:15 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:40938 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753060AbeEKNjN (ORCPT ); Fri, 11 May 2018 09:39:13 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fH8GB-0001ci-UI; Fri, 11 May 2018 13:39:00 +0000 From: Colin King To: Oleg Drokin , Andreas Dilger , James Simmons , Greg Kroah-Hartman , NeilBrown , lustre-devel@lists.lustre.org, devel@driverdev.osuosl.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked" Date: Fri, 11 May 2018 14:38:59 +0100 Message-Id: <20180511133859.18733-1-colin.king@canonical.com> X-Mailer: git-send-email 2.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King Trivial fix to spelling mistake in DEBUG_REQ message text Signed-off-by: Colin Ian King --- drivers/staging/lustre/lustre/ptlrpc/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/ptlrpc/client.c b/drivers/staging/lustre/lustre/ptlrpc/client.c index eeb281266413..a51feaeb7734 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/client.c +++ b/drivers/staging/lustre/lustre/ptlrpc/client.c @@ -2514,7 +2514,7 @@ static int ptlrpc_unregister_reply(struct ptlrpc_request *request, int async) } DEBUG_REQ(D_WARNING, request, - "Unexpectedly long timeout receiving_reply=%d req_ulinked=%d reply_unlinked=%d", + "Unexpectedly long timeout receiving_reply=%d req_unlinked=%d reply_unlinked=%d", request->rq_receiving_reply, request->rq_req_unlinked, request->rq_reply_unlinked); -- 2.17.0