tape: cleanup - remove wrong inline comment

This commit is contained in:
Dietmar Maurer 2021-03-10 08:11:51 +01:00
parent 2a06e08618
commit 6f82d32977

View File

@ -30,9 +30,6 @@ fn sg_read_volume_statistics<F: AsRawFd>(file: &mut F) -> Result<Vec<u8>, Error>
let buffer_size = 8192;
let mut sg_raw = SgRaw::new(file, buffer_size)?;
// Note: We cannjot use LP 2Eh TapeAlerts, because that clears flags on read.
// Instead, we use LP 12h TapeAlert Response. which does not clear the flags.
let mut cmd = Vec::new();
cmd.push(0x4D); // LOG SENSE
cmd.push(0);