diff --git a/ATA/Identify.cs b/ATA/Identify.cs
index ebbc106..82bebdc 100644
--- a/ATA/Identify.cs
+++ b/ATA/Identify.cs
@@ -825,7 +825,7 @@ namespace DiscImageChef.Decoders.ATA
///
UltraFastIDE = 0x0400,
///
- /// Disk transfer rate is > 5 Mb/s but <= 10 Mb/s
+ /// Disk transfer rate is > 5 Mb/s but <= 10 Mb/s
/// Obsoleted in ATA-2
///
FastIDE = 0x0200,
diff --git a/Blu-ray/DDS.cs b/Blu-ray/DDS.cs
index cf29a2a..2c59db3 100644
--- a/Blu-ray/DDS.cs
+++ b/Blu-ray/DDS.cs
@@ -247,7 +247,7 @@ namespace DiscImageChef.Decoders.Bluray
///
public byte SpareAreaFullFlags;
///
- /// Byte 57
+ /// Byte 57
/// Reserved
///
public byte Reserved7;
diff --git a/Floppy/Amiga.cs b/Floppy/Amiga.cs
index 3c63233..87b20b4 100644
--- a/Floppy/Amiga.cs
+++ b/Floppy/Amiga.cs
@@ -70,7 +70,7 @@ namespace DiscImageChef.Decoders.Floppy
///
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 16)] public byte[] label;
///
- /// Checksum from to
+ /// Checksum from to
///
public uint headerChecksum;
///
diff --git a/Floppy/AppleSony.cs b/Floppy/AppleSony.cs
index e2ac29f..6302872 100644
--- a/Floppy/AppleSony.cs
+++ b/Floppy/AppleSony.cs
@@ -126,7 +126,7 @@ namespace DiscImageChef.Decoders.Floppy
///
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] public byte[] prologue;
///
- /// Spare, usually
+ /// Spare, usually
///
public byte spare;
///
diff --git a/Floppy/ISO.cs b/Floppy/ISO.cs
index 1f811cd..c52dce7 100644
--- a/Floppy/ISO.cs
+++ b/Floppy/ISO.cs
@@ -121,11 +121,11 @@ namespace DiscImageChef.Decoders.Floppy
///
public byte sector;
///
- ///
+ ///
///
public IBMSectorSizeCode sectorSize;
///
- /// CRC16 from to end of
+ /// CRC16 from to end of
///
public ushort crc;
}
@@ -152,7 +152,7 @@ namespace DiscImageChef.Decoders.Floppy
///
public byte[] data;
///
- /// CRC16 from to end of
+ /// CRC16 from to end of
///
public ushort crc;
}
diff --git a/Floppy/Perpendicular.cs b/Floppy/Perpendicular.cs
index 7d3f9cf..b880010 100644
--- a/Floppy/Perpendicular.cs
+++ b/Floppy/Perpendicular.cs
@@ -110,7 +110,7 @@ namespace DiscImageChef.Decoders.Floppy
///
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] public byte[] ctwo;
///
- /// Set to
+ /// Set to
///
public IBMIdType type;
///
@@ -149,11 +149,11 @@ namespace DiscImageChef.Decoders.Floppy
///
public byte sector;
///
- ///
+ ///
///
public IBMSectorSizeCode sectorSize;
///
- /// CRC16 from to end of
+ /// CRC16 from to end of
///
public ushort crc;
}
@@ -180,7 +180,7 @@ namespace DiscImageChef.Decoders.Floppy
///
public byte[] data;
///
- /// CRC16 from to end of
+ /// CRC16 from to end of
///
public ushort crc;
}
diff --git a/Floppy/System34.cs b/Floppy/System34.cs
index be719eb..1bf539d 100644
--- a/Floppy/System34.cs
+++ b/Floppy/System34.cs
@@ -88,7 +88,7 @@ namespace DiscImageChef.Decoders.Floppy
///
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] public byte[] ctwo;
///
- /// Set to
+ /// Set to
///
public IBMIdType type;
///
@@ -150,11 +150,11 @@ namespace DiscImageChef.Decoders.Floppy
///
public byte sector;
///
- ///
+ ///
///
public IBMSectorSizeCode sectorSize;
///
- /// CRC16 from to end of
+ /// CRC16 from to end of
///
public ushort crc;
}
@@ -181,7 +181,7 @@ namespace DiscImageChef.Decoders.Floppy
///
public byte[] data;
///
- /// CRC16 from to end of
+ /// CRC16 from to end of
///
public ushort crc;
}
diff --git a/Floppy/System3740.cs b/Floppy/System3740.cs
index f089db9..0d9b35f 100644
--- a/Floppy/System3740.cs
+++ b/Floppy/System3740.cs
@@ -82,7 +82,7 @@ namespace DiscImageChef.Decoders.Floppy
///
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 6)] public byte[] zero;
///
- /// Set to
+ /// Set to
///
public IBMIdType type;
///
@@ -140,11 +140,11 @@ namespace DiscImageChef.Decoders.Floppy
///
public byte sector;
///
- ///
+ ///
///
public IBMSectorSizeCode sectorSize;
///
- /// CRC16 from to end of
+ /// CRC16 from to end of
///
public ushort crc;
}
@@ -167,7 +167,7 @@ namespace DiscImageChef.Decoders.Floppy
///
public byte[] data;
///
- /// CRC16 from to end of
+ /// CRC16 from to end of
///
public ushort crc;
}
diff --git a/PCMCIA/Types.cs b/PCMCIA/Types.cs
index 2deeba6..2f41af3 100644
--- a/PCMCIA/Types.cs
+++ b/PCMCIA/Types.cs
@@ -48,7 +48,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class ChecksumTuple
{
///
- ///
+ ///
///
public TupleCodes Code;
///
@@ -75,7 +75,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class IndirectTuple
{
///
- ///
+ ///
///
public TupleCodes Code;
///
@@ -90,7 +90,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class LinkTargetTuple
{
///
- ///
+ ///
///
public TupleCodes Code;
///
@@ -140,7 +140,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class MultipleFunctionLinkTuple
{
///
- ///
+ ///
///
public TupleCodes Code;
///
@@ -160,7 +160,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class NoLinkTuple
{
///
- ///
+ ///
///
public TupleCodes Code;
///
@@ -172,7 +172,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class AlternateStringTuple
{
///
- ///
+ ///
///
public TupleCodes Code;
///
diff --git a/SCSI/Modes/02.cs b/SCSI/Modes/02.cs
index 01a4bab..615dec5 100644
--- a/SCSI/Modes/02.cs
+++ b/SCSI/Modes/02.cs
@@ -65,7 +65,7 @@ namespace DiscImageChef.Decoders.SCSI
///
public ushort DisconnectTimeLimit;
///
- /// Max. time in 100 µs increments allowed to use the bus before disconnecting, if granted the privilege and not restricted by
+ /// Max. time in 100 µs increments allowed to use the bus before disconnecting, if granted the privilege and not restricted by
///
public ushort ConnectTimeLimit;
///
diff --git a/SCSI/Modes/10_SSC.cs b/SCSI/Modes/10_SSC.cs
index 5a59fdc..9fda7a3 100644
--- a/SCSI/Modes/10_SSC.cs
+++ b/SCSI/Modes/10_SSC.cs
@@ -49,11 +49,11 @@ namespace DiscImageChef.Decoders.SCSI
///
public bool PS;
///
- /// Used in mode select to change partition to one specified in
+ /// Used in mode select to change partition to one specified in
///
public bool CAP;
///
- /// Used in mode select to change format to one specified in
+ /// Used in mode select to change format to one specified in
///
public bool CAF;
///
diff --git a/SCSI/Modes/1C.cs b/SCSI/Modes/1C.cs
index e794218..155a675 100644
--- a/SCSI/Modes/1C.cs
+++ b/SCSI/Modes/1C.cs
@@ -199,7 +199,7 @@ namespace DiscImageChef.Decoders.SCSI
return sb.ToString();
}
#endregion Mode Page 0x1C: Informational exceptions control page
-
+
#region Mode Page 0x1C subpage 0x01: Background Control mode page
///
/// Background Control mode page
diff --git a/SCSI/Modes/Mode6.cs b/SCSI/Modes/Mode6.cs
index c0d0bb7..f532d03 100644
--- a/SCSI/Modes/Mode6.cs
+++ b/SCSI/Modes/Mode6.cs
@@ -88,7 +88,7 @@ namespace DiscImageChef.Decoders.SCSI
{
return PrettifyModeHeader(DecodeModeHeader6(modeResponse, deviceType), deviceType);
}
-
+
public static DecodedMode? DecodeMode6(byte[] modeResponse, PeripheralDeviceTypes deviceType)
{
ModeHeader? hdr = DecodeModeHeader6(modeResponse, deviceType);