From 7acaa245d68f23695d97218b69d7e3c82cff0ec8 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 7 Nov 2008 16:03:46 +0000 Subject: [PATCH] --- yaml --- r: 118569 b: refs/heads/master c: 8638545c3668231675dcf8f46afa7ed5930a6b02 h: refs/heads/master i: 118567: d0d1ce2837ab09541de8c7ddd06f8fbf5c689880 v: v3 --- [refs] | 2 +- trunk/drivers/firmware/dmi_scan.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 5a273558dcf4..cde4ee87ab93 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1538a093f71c61964a0e8a5b19f0129326724188 +refs/heads/master: 8638545c3668231675dcf8f46afa7ed5930a6b02 diff --git a/trunk/drivers/firmware/dmi_scan.c b/trunk/drivers/firmware/dmi_scan.c index 3e526b6d00cb..8daf4793ac32 100644 --- a/trunk/drivers/firmware/dmi_scan.c +++ b/trunk/drivers/firmware/dmi_scan.c @@ -81,9 +81,9 @@ static void dmi_table(u8 *buf, int len, int num, const struct dmi_header *dm = (const struct dmi_header *)data; /* - * We want to know the total length (formated area and strings) - * before decoding to make sure we won't run off the table in - * dmi_decode or dmi_string + * We want to know the total length (formatted area and + * strings) before decoding to make sure we won't run off the + * table in dmi_decode or dmi_string */ data += dm->length; while ((data - buf < len - 1) && (data[0] || data[1]))