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