Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10513
b: refs/heads/master
c: abff754
h: refs/heads/master
i:
  10511: a10d148
v: v3
  • Loading branch information
Randolph Chung authored and Kyle McMartin committed Oct 22, 2005
1 parent 0c835a4 commit a605aca
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: e55fb3e787ccfbbdb3198ec859d5689e5413c7bd
refs/heads/master: abff75439fd6e9b5774e5984d4c3b3b59cb3038b
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/pdc_stable.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ pdcs_info_read(struct subsystem *entry, char *buf)

out += sprintf(out, "Memory tested: ");
if ((result & 0x0F) < 0x0E)
out += sprintf(out, "%.3f MB", 0.256*(1<<(result & 0x0F)));
out += sprintf(out, "%d kB", (1<<(result & 0x0F))*256);
else
out += sprintf(out, "All");
out += sprintf(out, "\n");
Expand Down

0 comments on commit a605aca

Please sign in to comment.