Fix patch: correct hunk line count (39 -> 40)

The second hunk header claimed 39 new lines but the actual content
has 40 (34 added + 6 context). This caused "malformed patch" errors
on CachyOS kernel builds.

Reported by Marcin on Discord.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
root
2026-05-19 13:45:03 +00:00
parent 784dd891b8
commit 11093c6226

View File

@@ -53,7 +53,7 @@ diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu
#include "amdgpu.h"
#include "amdgpu_gfx.h"
#include "amdgpu_psp.h"
@@ -10127,6 +10134,39 @@
@@ -10127,6 +10134,40 @@
amdgpu_gfx_parse_disable_cu(disable_masks, 4, 2);
mutex_lock(&adev->grbm_idx_mutex);