From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752056AbcFXCPY (ORCPT ); Thu, 23 Jun 2016 22:15:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39307 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751878AbcFXCPV (ORCPT ); Thu, 23 Jun 2016 22:15:21 -0400 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH] ceph: fix spelling mistake: "resgister" -> "register" From: "Yan, Zheng" In-Reply-To: <1466697671.1847.5.camel@perches.com> Date: Fri, 24 Jun 2016 10:15:14 +0800 Cc: Sage Weil , Ilya Dryomov , Ceph Development , linux-kernel Content-Transfer-Encoding: 7bit Message-Id: <359E95D9-1643-49E8-BDBC-23CCA7B047DE@redhat.com> References: <1466689524-1836-1-git-send-email-colin.king@canonical.com> <1466697671.1847.5.camel@perches.com> To: Colin King , Joe Perches X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Fri, 24 Jun 2016 02:15:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Jun 24, 2016, at 00:01, Joe Perches wrote: > > On Thu, 2016-06-23 at 14:45 +0100, Colin King wrote: >> trivial fix to spelling mistake in pr_err message > [] >> diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c > [] >> @@ -71,7 +71,7 @@ int ceph_fscache_register_fs(struct ceph_fs_client* fsc) >> &ceph_fscache_fsid_object_def, >> fsc, true); >> if (!fsc->fscache) >> - pr_err("Unable to resgister fsid: %p fscache cookie", fsc); >> + pr_err("Unable to register fsid: %p fscache cookie", fsc); > > Could change to "cookie\n" to avoid possible interleaving > from other messages too. Applied , thanks Yan, Zheng