summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/SCSI/SCSI.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/modules/SCSI/SCSI.h')
-rw-r--r--dev/modules/SCSI/SCSI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/modules/SCSI/SCSI.h b/dev/modules/SCSI/SCSI.h
index 80a5b052..e0bc2517 100644
--- a/dev/modules/SCSI/SCSI.h
+++ b/dev/modules/SCSI/SCSI.h
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
-------------------------------------------- */
+======================================== */
#pragma once
@@ -13,7 +13,7 @@
namespace Kernel {
template <Int32 PacketBitLen>
-using scsi_packet_type = Kernel::UInt16[PacketBitLen];
+using scsi_packet_type = Kernel::UInt16[PacketBitLen];
using scsi_packet_type_12 = scsi_packet_type<12>;