summaryrefslogtreecommitdiffstats
path: root/src/H5Fsuper_cache.c
diff options
context:
space:
mode:
authormainzer <mainzer#hdfgroup.org>2019-07-06 23:13:36 (GMT)
committermainzer <mainzer#hdfgroup.org>2019-07-06 23:13:36 (GMT)
commita5b7099215bfa19416bade850f84fc5124d57a0c (patch)
tree944a846d21e6e5264cd2af103bb80ffe9d2e4b4c /src/H5Fsuper_cache.c
parent6feabcb42d55c1b47fa011ae915746834c3984b9 (diff)
downloadhdf5-a5b7099215bfa19416bade850f84fc5124d57a0c.zip
hdf5-a5b7099215bfa19416bade850f84fc5124d57a0c.tar.gz
hdf5-a5b7099215bfa19416bade850f84fc5124d57a0c.tar.bz2
Tidied up comments and removed some stats code that is un-reachable.
Diffstat (limited to 'src/H5Fsuper_cache.c')
-rw-r--r--src/H5Fsuper_cache.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/H5Fsuper_cache.c b/src/H5Fsuper_cache.c
index 1ada162..4132f3b 100644
--- a/src/H5Fsuper_cache.c
+++ b/src/H5Fsuper_cache.c
@@ -1108,8 +1108,8 @@ H5F__cache_drvrinfo_free_icr(void *_thing)
* is created, for the most part, this function simply
* verifies the expected values.
*
- * Return: Success: Pointer to new object
- * Failure: NULL
+ * Return: Success: SUCCEED
+ * Failure: FAIL
*
* Programmer: John Mainzer
* 12/21/19
@@ -1303,7 +1303,9 @@ H5F__cache_superblock_refresh(H5F_t *f, void * _thing, const void * _image,
if ( status_flags != sblock->status_flags )
HGOTO_ERROR(H5E_FILE, H5E_BADVALUE, FAIL, "unexpected status_flags")
- /* Base, superblock extension, end of file & root group object header addresses */
+ /* Base, superblock extension, end of file & root group object
+ * header addresses
+ */
H5F_addr_decode(f, (const uint8_t **)&image, &base_addr/*out*/);
H5F_addr_decode(f, (const uint8_t **)&image, &ext_addr/*out*/);
H5F_addr_decode(f, (const uint8_t **)&image, &stored_eof/*out*/);