From 1768d77c18a4c892adb985870438325496d57f83 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 22 Jul 2019 11:49:45 +0200 Subject: libblkid: (drbd) fix comment formatting ... to avoid misinterpretation by gtk-docs. Signed-off-by: Karel Zak --- libblkid/src/superblocks/drbd.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libblkid/src/superblocks/drbd.c b/libblkid/src/superblocks/drbd.c index 000a34879..f3601864e 100644 --- a/libblkid/src/superblocks/drbd.c +++ b/libblkid/src/superblocks/drbd.c @@ -70,8 +70,9 @@ struct md_on_disk_08 { uint32_t bm_bytes_per_bit; uint32_t reserved_u32[4]; - /** Unnecessary for libblkid ** - * char reserved[8 * 512 - (8*(UI_SIZE+3)+4*11)]; */ + /* Unnecessary for libblkid ** + * char reserved[8 * 512 - (8*(UI_SIZE+3)+4*11)]; + */ }; /* @@ -117,7 +118,7 @@ struct meta_data_on_disk_9 { struct peer_dev_md_on_disk_9 peers[DRBD_PEERS_MAX]; uint64_t history_uuids[HISTORY_UUIDS]; - /** Unnecessary for libblkid ** + /* Unnecessary for libblkid ** * char padding[0] __attribute__((aligned(4096))); */ } __attribute__((packed)); -- cgit v1.2.3-55-g7522