]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: pat.c choose more crisp variable names
authorAndreas Herrmann <andreas.herrmann3@amd.com>
Fri, 20 Jun 2008 20:01:49 +0000 (22:01 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 24 Jun 2008 11:05:49 +0000 (13:05 +0200)
commitac97991ec9e0a05c8860f4a04f8477227b1c03f2
tree6f5872949a2dce1e69c762b727e4ef757659cf86
parentbcc643dc287cb732e96a1685ac130c3ae8b1c960
x86: pat.c choose more crisp variable names

 - parse/ml => entry (within list_for_each and friends)
 - new_entry => new
 - ret_type => new_type (to avoid confusion with req_type)

(... to make it more readable...)

Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Cc: Suresh B Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pat.c