Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118569
b: refs/heads/master
c: 8638545
h: refs/heads/master
i:
  118567: d0d1ce2
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Nov 7, 2008
1 parent 3ce8285 commit 7acaa24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1538a093f71c61964a0e8a5b19f0129326724188
refs/heads/master: 8638545c3668231675dcf8f46afa7ed5930a6b02
6 changes: 3 additions & 3 deletions trunk/drivers/firmware/dmi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit 7acaa24

Please sign in to comment.