Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174504
b: refs/heads/master
c: 01d01ba
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Dec 4, 2009
1 parent f9df54e commit 672a51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 884840aa3ce3214259e69557be5b4ce0d781ffa4
refs/heads/master: 01d01ba947670cf58f22119fc126fdf39078f6ba
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ int drm_mm_dump_table(struct seq_file *m, struct drm_mm *mm)
else
total_used += entry->size;
}
seq_printf(m, "total: %d, used %d free %d\n", total, total_free, total_used);
seq_printf(m, "total: %d, used %d free %d\n", total, total_used, total_free);
return 0;
}
EXPORT_SYMBOL(drm_mm_dump_table);
Expand Down

0 comments on commit 672a51a

Please sign in to comment.