Skip to content

Commit

Permalink
x86 boot: add header comment to dmi.h stating what it is
Browse files Browse the repository at this point in the history
The "dmi.h" file did not state anywhere in the file what "DMI" was.
For those who know, it's obvious.  For the rest of us, I added a
brief opening comment.

Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Paul Jackson authored and Thomas Gleixner committed May 25, 2008
1 parent e9197bf commit cb5dd7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/firmware/dmi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
#include <linux/slab.h>
#include <asm/dmi.h>

/*
* DMI stands for "Desktop Management Interface". It is part
* of and an antecedent to, SMBIOS, which stands for System
* Management BIOS. See further: http://www.dmtf.org/standards
*/
static char dmi_empty_string[] = " ";

static const char * __init dmi_string_nosave(const struct dmi_header *dm, u8 s)
Expand Down

0 comments on commit cb5dd7c

Please sign in to comment.