diff options
Diffstat (limited to 'fs/partitions/acorn.c')
-rw-r--r-- | fs/partitions/acorn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/partitions/acorn.c b/fs/partitions/acorn.c index 856cc30aa..561c87065 100644 --- a/fs/partitions/acorn.c +++ b/fs/partitions/acorn.c @@ -98,7 +98,7 @@ static int riscix_partition(struct gendisk *hd, kdev_t dev, unsigned long first_ } } - printk(" >"); + printk(" >\n"); if (hd->part[riscix_minor].nr_sects > 2) hd->part[riscix_minor].nr_sects = 2; @@ -139,7 +139,7 @@ static int linux_partition(struct gendisk *hd, kdev_t dev, unsigned long first_s le32_to_cpu(linuxp->nr_sects)); linuxp ++; } - printk(" >"); + printk(" >\n"); /* * Prevent someone doing a mkswap or mkfs on this partition */ |