x86: rename all fields of mpf_intel mpf_X to X
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Thu, 8 Jan 2009 10:13:26 +0000 (15:43 +0530)
committerIngo Molnar <mingo@elte.hu>
Thu, 8 Jan 2009 14:37:37 +0000 (15:37 +0100)
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>

No differences found