diff options
Diffstat (limited to 'drivers/mtd/ubi/debug.c')
-rw-r--r-- | drivers/mtd/ubi/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/debug.c b/drivers/mtd/ubi/debug.c index dce463d3c586..2d3dc2624b61 100644 --- a/drivers/mtd/ubi/debug.c +++ b/drivers/mtd/ubi/debug.c | |||
@@ -109,10 +109,10 @@ void ubi_dump_vid_hdr(const struct ubi_vid_hdr *vid_hdr) | |||
109 | #ifdef CONFIG_MTD_UBI_DEBUG | 109 | #ifdef CONFIG_MTD_UBI_DEBUG |
110 | 110 | ||
111 | /** | 111 | /** |
112 | * ubi_dbg_dump_vol_info- dump volume information. | 112 | * ubi_dump_vol_info - dump volume information. |
113 | * @vol: UBI volume description object | 113 | * @vol: UBI volume description object |
114 | */ | 114 | */ |
115 | void ubi_dbg_dump_vol_info(const struct ubi_volume *vol) | 115 | void ubi_dump_vol_info(const struct ubi_volume *vol) |
116 | { | 116 | { |
117 | printk(KERN_DEBUG "Volume information dump:\n"); | 117 | printk(KERN_DEBUG "Volume information dump:\n"); |
118 | printk(KERN_DEBUG "\tvol_id %d\n", vol->vol_id); | 118 | printk(KERN_DEBUG "\tvol_id %d\n", vol->vol_id); |