Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3275
b: refs/heads/master
c: 1dda8ab
h: refs/heads/master
i:
  3273: ad20482
  3271: 6b9bb6e
v: v3
  • Loading branch information
Kylene Jo Hall authored and Linus Torvalds committed Jun 25, 2005
1 parent af0ee13 commit 4b2cc7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: daacdfa6e7d6e57c5d1b8e72b1c863feb53d8a82
refs/heads/master: 1dda8abe6feb906306a627b170654ddd8addcdac
4 changes: 2 additions & 2 deletions trunk/drivers/char/tpm/tpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ ssize_t tpm_show_pubek(struct device *dev, struct device_attribute *attr,
data[15], data[16], data[17], data[22], data[23],
data[24], data[25], data[26], data[27], data[28],
data[29], data[30], data[31], data[32], data[33],
be32_to_cpu(*((__be32 *) (data + 32))));
be32_to_cpu(*((__be32 *) (data + 34))));

for (i = 0; i < 256; i++) {
str += sprintf(str, "%02X ", data[i + 39]);
str += sprintf(str, "%02X ", data[i + 38]);
if ((i + 1) % 16 == 0)
str += sprintf(str, "\n");
}
Expand Down

0 comments on commit 4b2cc7f

Please sign in to comment.