From a6138d269e41655234ea986dcb731fd11f8e93f3 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Fri, 24 Feb 2023 14:55:26 +0300 Subject: [PATCH] Driver: fortpkt: Minor refactor --- src/driver/fortpkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/fortpkt.c b/src/driver/fortpkt.c index 61456a62..adaf016a 100644 --- a/src/driver/fortpkt.c +++ b/src/driver/fortpkt.c @@ -541,7 +541,7 @@ static BOOL fort_shaper_queue_process( return is_active; } -inline static PFORT_PACKET_QUEUE fort_shaper_create_queue(PFORT_SHAPER shaper, UINT16 queue_index) +inline static PFORT_PACKET_QUEUE fort_shaper_create_queue(PFORT_SHAPER shaper, int queue_index) { PFORT_PACKET_QUEUE queue = shaper->queues[queue_index]; if (queue != NULL)