summaryrefslogtreecommitdiffstats
path: root/fs/partitions/msdos.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/partitions/msdos.c')
-rw-r--r--fs/partitions/msdos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/partitions/msdos.c b/fs/partitions/msdos.c
index 904b6b0ed..2f315ccd9 100644
--- a/fs/partitions/msdos.c
+++ b/fs/partitions/msdos.c
@@ -351,7 +351,7 @@ int msdos_partition(struct gendisk *hd, kdev_t dev,
int tested_for_xlate = 0;
read_mbr:
-#endif
+#endif /* CONFIG_BLK_DEV_IDE */
if (!(bh = bread(dev,0,get_ptable_blocksize(dev)))) {
if (warn_no_part) printk(" unable to read partition table\n");
return -1;
@@ -359,7 +359,7 @@ read_mbr:
data = bh->b_data;
#ifdef CONFIG_BLK_DEV_IDE
check_table:
-#endif
+#endif /* CONFIG_BLK_DEV_IDE */
/* Use bforget(), because we may have changed the disk geometry */
if (*(unsigned short *) (0x1fe + data) != cpu_to_le16(MSDOS_LABEL_MAGIC)) {
bforget(bh);