diff options
Diffstat (limited to 'fs/partitions')
-rw-r--r-- | fs/partitions/ldm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/ldm.c b/fs/partitions/ldm.c index c387812537d7..99873a2b4cbc 100644 --- a/fs/partitions/ldm.c +++ b/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)) { |