Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56764
b: refs/heads/master
c: 72dd9ca
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed May 22, 2007
1 parent 31f7b49 commit 26f995c
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: efa5bf1dd2cf3cdee0bfe97cfd76ff2296179ae4
refs/heads/master: 72dd9ca59944f117c719a1cc3fc9010bce0486f2
2 changes: 1 addition & 1 deletion trunk/fs/partitions/ldm.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static bool ldm_parse_privhead(const u8 *data, struct privhead *ph)
/* Warn the user and continue, carefully. */
ldm_info("Database is normally %u bytes, it claims to "
"be %llu bytes.", LDM_DB_SIZE,
udunsigned long long)ph->config_size);
(unsigned long long)ph->config_size);
}
if ((ph->logical_disk_size == 0) || (ph->logical_disk_start +
ph->logical_disk_size > ph->config_start)) {
Expand Down

0 comments on commit 26f995c

Please sign in to comment.