From: Takuya Yoshikawa Date: Wed, 6 Mar 2013 07:05:07 +0000 (+0900) Subject: KVM: MMU: Fix and clean up for_each_gfn_* macros X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1044b0303464788820984a5b01c0a81860dce749;p=pandora-kernel.git KVM: MMU: Fix and clean up for_each_gfn_* macros The expression (sp)->gfn should not be expanded using @gfn. Although no user of these macros passes a string other than gfn now, this should be fixed before anyone sees strange errors. Note: ignored the following checkpatch errors: ERROR: Macros with complex values should be enclosed in parenthesis ERROR: trailing statements should be on next line Reviewed-by: Gleb Natapov Signed-off-by: Takuya Yoshikawa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed