From 708400a70921055b06013f9b149449be64a7d585 Mon Sep 17 00:00:00 2001 From: Amlal Date: Tue, 29 Oct 2024 20:32:23 +0100 Subject: IMP: Code quality fixes. Signed-off-by: Amlal --- dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc | 2 +- dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZKAKit') diff --git a/dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc b/dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc index bd2a0037..eba75654 100644 --- a/dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc +++ b/dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc @@ -34,7 +34,7 @@ namespace Kernel HAL::rt_wait_400ns(); if (HAL::In16(theHook->fPort[i] != kDebugUnboundPort)) - theHook->fBoundCnt++; + ++theHook->fBoundCnt; } } } // namespace Kernel diff --git a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm index 942530d7..bf36194a 100644 --- a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm +++ b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm @@ -1,7 +1,7 @@ ;; /* ;; * --------------------------------------------------- ;; * -;; * Copyright EL Mahrouss Logic., all rights reserved. +;; * Copyright EL Mahrouss Logic, all rights reserved. ;; * ;; * File: HalInterruptAPI.asm ;; * Purpose: Interrupt API, redirect raw interrupts into their handlers. -- cgit v1.2.3