diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:06:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:06:58 +0100 |
| commit | 7f941a7ac99bcc4afb7deba7f87ddef8629b7add (patch) | |
| tree | e9f35bb6fb9bdac61e15b44fb121c25955c47844 /src/kernel/StorageKit | |
| parent | 941e0dfbb41ac539178503351afc0f09de442720 (diff) | |
chore: upstream fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/StorageKit')
| -rw-r--r-- | src/kernel/StorageKit/AHCI.h | 2 | ||||
| -rw-r--r-- | src/kernel/StorageKit/ATA.h | 2 | ||||
| -rw-r--r-- | src/kernel/StorageKit/NVME.h | 2 | ||||
| -rw-r--r-- | src/kernel/StorageKit/PRDT.h | 2 | ||||
| -rw-r--r-- | src/kernel/StorageKit/SCSI.h | 2 | ||||
| -rw-r--r-- | src/kernel/StorageKit/StorageKit.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/kernel/StorageKit/AHCI.h b/src/kernel/StorageKit/AHCI.h index 2b2988fc..e5802317 100644 --- a/src/kernel/StorageKit/AHCI.h +++ b/src/kernel/StorageKit/AHCI.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef STORAGEKIT_AHCI_H #define STORAGEKIT_AHCI_H diff --git a/src/kernel/StorageKit/ATA.h b/src/kernel/StorageKit/ATA.h index 04bb9169..0e3df63b 100644 --- a/src/kernel/StorageKit/ATA.h +++ b/src/kernel/StorageKit/ATA.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef STORAGEKIT_ATA_H #define STORAGEKIT_ATA_H diff --git a/src/kernel/StorageKit/NVME.h b/src/kernel/StorageKit/NVME.h index 69bd7642..711822e3 100644 --- a/src/kernel/StorageKit/NVME.h +++ b/src/kernel/StorageKit/NVME.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef STORAGEKIT_NVME_H #define STORAGEKIT_NVME_H diff --git a/src/kernel/StorageKit/PRDT.h b/src/kernel/StorageKit/PRDT.h index 80159c07..da9e484d 100644 --- a/src/kernel/StorageKit/PRDT.h +++ b/src/kernel/StorageKit/PRDT.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef STORAGEKIT_PRDT_H #define STORAGEKIT_PRDT_H diff --git a/src/kernel/StorageKit/SCSI.h b/src/kernel/StorageKit/SCSI.h index a7eb8423..5d2a7dc3 100644 --- a/src/kernel/StorageKit/SCSI.h +++ b/src/kernel/StorageKit/SCSI.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef STORAGEKIT_SCSI_H #define STORAGEKIT_SCSI_H diff --git a/src/kernel/StorageKit/StorageKit.h b/src/kernel/StorageKit/StorageKit.h index a338b612..22a393a3 100644 --- a/src/kernel/StorageKit/StorageKit.h +++ b/src/kernel/StorageKit/StorageKit.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef STORAGEKIT_STORAGEKIT_H #define STORAGEKIT_STORAGEKIT_H |
