Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200049
b: refs/heads/master
c: 3a3bb4a
h: refs/heads/master
i:
  200047: e736aad
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 10, 2010
1 parent 4ae0232 commit 5c62086
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: bc2d7245ff1c5466c877a0c32a7ec9563187a032
refs/heads/master: 3a3bb4a647db4cb2468641df8da2ee9491784a9a
6 changes: 3 additions & 3 deletions trunk/drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1070,9 +1070,9 @@ static ssize_t i7core_ce_regs_show(struct mem_ctl_info *mci, char *data)
pvt->udimm_ce_count[i][2]);
else
for (j = 0; j < NUM_CHANS; j++) {
count = sprintf(data, "socket %d, channel %d"
"dimm0: %lu\n"
"dimm1: %lu\ndimm2: %lu\n",
count = sprintf(data, "socket %d, channel %d "
"RDIMM0: %lu "
"RDIMM1: %lu RDIMM2: %lu\n",
i, j,
pvt->rdimm_ce_count[i][j][0],
pvt->rdimm_ce_count[i][j][1],
Expand Down

0 comments on commit 5c62086

Please sign in to comment.