Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753437AbcL3Das (ORCPT ); Thu, 29 Dec 2016 22:30:48 -0500 Received: from mail-ua0-f193.google.com ([209.85.217.193]:33282 "EHLO mail-ua0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752946AbcL3Dar (ORCPT ); Thu, 29 Dec 2016 22:30:47 -0500 MIME-Version: 1.0 In-Reply-To: <20161229201932.27115-1-colin.king@canonical.com> References: <20161229201932.27115-1-colin.king@canonical.com> From: "Yan, Zheng" Date: Fri, 30 Dec 2016 11:30:45 +0800 Message-ID: Subject: Re: [PATCH] ceph: fix spelling mistake: "enabing" -> "enabling" To: Colin King Cc: Yan Zheng , Sage Weil , Ilya Dryomov , ceph-devel , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1217 Lines: 35 On Fri, Dec 30, 2016 at 4:19 AM, Colin King wrote: > From: Colin Ian King > > trivial fix to spelling mistake in debug message > > Signed-off-by: Colin Ian King > --- > fs/ceph/cache.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c > index 5bc5d37..4e7421c 100644 > --- a/fs/ceph/cache.c > +++ b/fs/ceph/cache.c > @@ -234,7 +234,7 @@ void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp) > fscache_enable_cookie(ci->fscache, ceph_fscache_can_enable, > inode); > if (fscache_cookie_enabled(ci->fscache)) { > - dout("fscache_file_set_cookie %p %p enabing cache\n", > + dout("fscache_file_set_cookie %p %p enabling cache\n", > inode, filp); > } > } > -- > 2.10.2 Applied, thanks Yan, Zheng > > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html