summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libblkid/src/probe.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/libblkid/src/probe.c b/libblkid/src/probe.c
index deed02a40..93035f93a 100644
--- a/libblkid/src/probe.c
+++ b/libblkid/src/probe.c
@@ -783,13 +783,7 @@ int blkid_probe_set_dimension(blkid_probe pr,
return 0;
}
-/**
- * blkid_probe_get_idmag:
- * @pr: probe
- * @id: id information
- * @offset: begin of probing area
- * @res: found id information
- *
+/*
* Check for matching magic value.
* Returns BLKID_PROBE_OK if found, BLKID_PROBE_NONE if not found
* or no magic present, or negative value on error.