aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2015-02-28 05:23:29 -0500
committerRichard Weinberger <richard@nod.at>2015-03-26 07:07:19 -0400
commitab6de685221a95392e46d75d0651ac08b8a57689 (patch)
tree7d9d2e00ee1fa384baa4e7645a8929622d2844ba
parent299d0c5b27346a77a0777c993372bf8777d4f2e5 (diff)
UBI: align comment for readability
The kerneldoc for @vid_hdr_aloffset continues onto a second line, but this is not obvious, because the second line isn't indented, and it begins with '@'. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r--drivers/mtd/ubi/ubi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h
index c5be82d9d345..2251a6c4c8fa 100644
--- a/drivers/mtd/ubi/ubi.h
+++ b/drivers/mtd/ubi/ubi.h
@@ -479,7 +479,7 @@ struct ubi_debug_info {
479 * @vid_hdr_offset: starting offset of the volume identifier header (might be 479 * @vid_hdr_offset: starting offset of the volume identifier header (might be
480 * unaligned) 480 * unaligned)
481 * @vid_hdr_aloffset: starting offset of the VID header aligned to 481 * @vid_hdr_aloffset: starting offset of the VID header aligned to
482 * @hdrs_min_io_size 482 * @hdrs_min_io_size
483 * @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset 483 * @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset
484 * @bad_allowed: whether the MTD device admits of bad physical eraseblocks or 484 * @bad_allowed: whether the MTD device admits of bad physical eraseblocks or
485 * not 485 * not