commit | 1eb1b3b65dc3e3ffcc6a60e115c085c0c11c1077 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Thu Jan 08 15:43:26 2009 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jan 08 15:37:37 2009 +0100 |
tree | 92a5c8d565f9e0eed2b4c08c9abf1fc8cf0dddcb | |
parent | 41401db698cbb5d1869776bf336881db267e7d19 [diff] |
x86: rename all fields of mpf_intel mpf_X to X Impact: cleanup, solve 80 columns wrap problems It would be cleaner to rename all the mpf->mpf_X fields to mpf->X - that alone would give 4 characters per usage site. (we already know that it's an 'mpf' entity - no need to duplicate that in the field too) Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>