diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-04-10 21:05:56 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-04-10 21:05:56 +0000 |
commit | 708ccac6ee466a4884348771ee54a4f38c8c1535 (patch) | |
tree | ae6da01732aafd3d1b1bc975da1d7c277961d677 /util/msrtool/msrutils.c | |
parent | cd2cbf7200f7183b9af300b00a222b2bb06b4b3d (diff) |
Add a note that 'modprobe msr' might be required.
Remove trailing whitespace. Fix typos.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4090 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/msrtool/msrutils.c')
-rw-r--r-- | util/msrtool/msrutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msrtool/msrutils.c b/util/msrtool/msrutils.c index e2306e83dd..dfb66178f6 100644 --- a/util/msrtool/msrutils.c +++ b/util/msrtool/msrutils.c @@ -191,7 +191,7 @@ int dumpmsrdefsvals(FILE *f, const struct targetdef *t, const uint8_t cpu) { /** * Parse a hexadecimal string into an MSR value. - * + * * Leading 0x or 0X is optional, the string is always parsed as hexadecimal. * Any non-hexadecimal character can be used to separate the high 32 bits and * the low 32 bits. If there is such a separator, high and low values do not |