commit | e253b396b145311477b23c176e868e5af6f79174 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Sun Jan 04 21:56:44 2009 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jan 05 14:08:32 2009 +0100 |
tree | 363b0ff0aed1407afa432d1dd7ba91fb9e0b80b2 | |
parent | b5ced7cdb018b8728ddcfb175c26f30cc185cf66 [diff] |
x86: rename all fields of mpc_intsrc mpc_X to X Impact: cleanup, solve 80 columns wrap problems It would be cleaner to rename all the mpc->mpc_X fields to mpc->X - that alone would give 4 characters per usage site. (we already know that it's an 'mpc' 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>