From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751770AbcFWQCv (ORCPT ); Thu, 23 Jun 2016 12:02:51 -0400 Received: from smtprelay0061.hostedemail.com ([216.40.44.61]:36119 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751522AbcFWQBQ (ORCPT ); Thu, 23 Jun 2016 12:01:16 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::,RULES_HIT:41:355:379:541:599:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1538:1567:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3622:3867:3870:4321:5007:10004:10400:10848:11026:11658:11783:11914:12043:12048:12296:12438:12517:12519:12740:13069:13095:13311:13357:13439:13894:13972:14659:21080:21433:30054:30070:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:4,LUA_SUMMARY:none X-HE-Tag: sea27_61e950096311b X-Filterd-Recvd-Size: 1430 Message-ID: <1466697671.1847.5.camel@perches.com> Subject: Re: [PATCH] ceph: fix spelling mistake: "resgister" -> "register" From: Joe Perches To: Colin King , zyan@redhat.com, Sage Weil , Ilya Dryomov , ceph-devel@vger.kernel.org Cc: linux-kernel@vger.kernel.org Date: Thu, 23 Jun 2016 09:01:11 -0700 In-Reply-To: <1466689524-1836-1-git-send-email-colin.king@canonical.com> References: <1466689524-1836-1-git-send-email-colin.king@canonical.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.