diff options
author | Karel Zak | 2019-07-22 11:49:45 +0200 |
---|---|---|
committer | Karel Zak | 2019-07-22 11:49:45 +0200 |
commit | 1768d77c18a4c892adb985870438325496d57f83 (patch) | |
tree | 6e074d6006ad6cc2bf6661c2cb39c4c630b46b0e | |
parent | Merge branch 'master_fix-partition-copy' of https://github.com/vojtechtrefny/... (diff) | |
download | kernel-qcow2-util-linux-1768d77c18a4c892adb985870438325496d57f83.tar.gz kernel-qcow2-util-linux-1768d77c18a4c892adb985870438325496d57f83.tar.xz kernel-qcow2-util-linux-1768d77c18a4c892adb985870438325496d57f83.zip |
libblkid: (drbd) fix comment formatting
... to avoid misinterpretation by gtk-docs.
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | libblkid/src/superblocks/drbd.c | 7 |
1 files 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)); |