summaryrefslogtreecommitdiffstats
path: root/libblkid/src/superblocks
diff options
context:
space:
mode:
authorSami Kerola2017-05-28 11:37:06 +0200
committerKarel Zak2017-06-14 12:21:29 +0200
commitf4d37838673f022c8c05c4beb5057bdb683a76ca (patch)
tree78e5ba60ddf290613d81a0d48312f0e45fa548d9 /libblkid/src/superblocks
parentlosetup: add missing initializer [clang] (diff)
downloadkernel-qcow2-util-linux-f4d37838673f022c8c05c4beb5057bdb683a76ca.tar.gz
kernel-qcow2-util-linux-f4d37838673f022c8c05c4beb5057bdb683a76ca.tar.xz
kernel-qcow2-util-linux-f4d37838673f022c8c05c4beb5057bdb683a76ca.zip
misc: remove stray semicolons
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'libblkid/src/superblocks')
-rw-r--r--libblkid/src/superblocks/adaptec_raid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libblkid/src/superblocks/adaptec_raid.c b/libblkid/src/superblocks/adaptec_raid.c
index 65fd5b8b4..5fc5fc4bc 100644
--- a/libblkid/src/superblocks/adaptec_raid.c
+++ b/libblkid/src/superblocks/adaptec_raid.c
@@ -91,7 +91,7 @@ static int probe_adraid(blkid_probe pr,
off,
sizeof(struct adaptec_metadata));
if (!ad)
- return errno ? -errno : BLKID_PROBE_NONE;;
+ return errno ? -errno : BLKID_PROBE_NONE;
if (ad->smagic != be32_to_cpu(AD_SIGNATURE))
return BLKID_PROBE_NONE;