From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: rename is_writeble_pte() to is_writable_pte() Date: Mon, 18 Jan 2010 12:54:17 +0200 Message-ID: <4B543DD9.8000206@redhat.com> References: <20100118184510.4944d504.yoshikawa.takuya@oss.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org, trivial@kernel.org To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57560 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752541Ab0ARK4K (ORCPT ); Mon, 18 Jan 2010 05:56:10 -0500 In-Reply-To: <20100118184510.4944d504.yoshikawa.takuya@oss.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: On 01/18/2010 11:45 AM, Takuya Yoshikawa wrote: > There are two spellings of "writable" in > arch/x86/kvm/mmu.c and paging_tmpl.h . > > This patch renames is_writeble_pte() to is_writable_pte() > and makes grepping easy. > > New name is consistent with the definition of itself: > return pte& PT_WRITABLE_MASK; > > Applied, thanks. -- error compiling committee.c: too many arguments to function