Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 11, 2024
1 parent 0f2e9be commit 5b37f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/devices/scsi_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ int ScsiGeneric::ReadData(data_in_t buf)

int ScsiGeneric::WriteData(cdb_t, data_out_t buf, int, int length)
{
// Evaluate the FORMAT UNIT format list header with the first chunk, and update the transfer size
// Evaluate the FORMAT UNIT format list header with the first chunk, send the command when all paramaeters are available
if (static_cast<scsi_command>(local_cdb[0]) == scsi_command::format_unit
&& (static_cast<int>(local_cdb[1]) & 0x10)) {
if (format_header.empty()) {
Expand Down

0 comments on commit 5b37f76

Please sign in to comment.