dmi: strip whitespace from DMI strings
commit53f0aee26b574bfb127a09950a34159fa68f49fe
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 26 Apr 2011 22:24:17 +0000 (26 15:24 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 26 Apr 2011 22:24:17 +0000 (26 15:24 -0700)
treeb83eb8523b1ce198d7a185edded1db35fa9295e0
parent99e8e9b8043bc723486f5da22ceb640e2a340457
dmi: strip whitespace from DMI strings

Some BIOS vendors seem to have large spaces in DMI strings, presumably
for easy patching.  Therefore, clean up the strings before we use
them.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/dmi.c