commit | d4c715fad5604f25ea1e5c90f280cb818851c10b | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Sun Jan 04 21:59:26 2009 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jan 05 14:08:33 2009 +0100 |
tree | f008e037bc991ceb5aa0c7fb05be352e626fce21 | |
parent | c4563826b72b0d12500260093179a660e79bf412 [diff] |
x86: rename all fields of mpc_bus 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>