Add missing "static" to the local function

Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
This commit is contained in:
Robert Baldyga
2024-05-11 00:03:26 +02:00
parent 578f4b6591
commit 168ecd0075
12 changed files with 26 additions and 18 deletions

View File

@@ -174,7 +174,7 @@ static void _ocf_read_wo_core_complete(struct ocf_request *req, int error)
ocf_engine_push_req_front(req, true);
}
int ocf_read_wo_do(struct ocf_request *req)
static int ocf_read_wo_do(struct ocf_request *req)
{
ocf_req_get(req);