From: Takuya Yoshikawa Date: Mon, 18 Jan 2010 09:45:10 +0000 (+0900) Subject: KVM: rename is_writeble_pte() to is_writable_pte() X-Git-Tag: v2.6.34-rc1~193^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dae444529230301bc85fc86033aa06a734c1a29;p=pandora-kernel.git KVM: rename is_writeble_pte() to is_writable_pte() 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; Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed