lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 24 Jun 2016 10:15:14 +0800
From:	"Yan, Zheng" <zyan@...hat.com>
To:	Colin King <colin.king@...onical.com>,
	Joe Perches <joe@...ches.com>
Cc:	Sage Weil <sage@...hat.com>, Ilya Dryomov <idryomov@...il.com>,
	Ceph Development <ceph-devel@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ceph: fix spelling mistake: "resgister" -> "register"


> On Jun 24, 2016, at 00:01, Joe Perches <joe@...ches.com> 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



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ