From 26f995c752697c8abb59075a2db9aad961af25a8 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 22 May 2007 00:28:11 -0400 Subject: [PATCH] --- yaml --- r: 56764 b: refs/heads/master c: 72dd9ca59944f117c719a1cc3fc9010bce0486f2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/partitions/ldm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 735b8d6b1625..ce44a2453c54 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: efa5bf1dd2cf3cdee0bfe97cfd76ff2296179ae4 +refs/heads/master: 72dd9ca59944f117c719a1cc3fc9010bce0486f2 diff --git a/trunk/fs/partitions/ldm.c b/trunk/fs/partitions/ldm.c index c387812537d7..99873a2b4cbc 100644 --- a/trunk/fs/partitions/ldm.c +++ b/trunk/fs/partitions/ldm.c @@ -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)) {