On Sun, 2018-03-18 at 21:59 +0100, Douglas Gilbert wrote: > - blk_status_t error = BLK_STS_OK; > + blk_status_t blk_stat = BLK_STS_OK; /* u8: BLK_STS_OK is only 0 */ Hello Doug, This newly added comment looks really confusing to me. Can it be left out? Thanks, Bart.