Re: [PATCH v2 2/8] drm/i915/selftest: Fix a typo in alloc_workqueue call
Janusz Krzysztofik <[email protected]>
| Newsgroups | org.freedesktop.lists.dri-devel,org.freedesktop.lists.intel-gfx |
|---|---|
| Organization | Intel Technology Poland sp. z o.o. - ul. Slowackiego 173, 80-298 Gdansk - KRS 101882 - NIP 957-07-52-316 |
| Message-ID | <[email protected]> |
On Tue, 2026-08-18 at 09:56 +0000, Krzysztof Karas wrote: > Replace "i1915-selftest" with "i915-selftest". > > Signed-off-by: Krzysztof Karas <[email protected]> Reviewed-by: Janusz Krzysztofik <[email protected]> > --- > drivers/gpu/drm/i915/selftests/i915_sw_fence.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/selftests/i915_sw_fence.c b/drivers/gpu/drm/i915/selftests/i915_sw_fence.c > index 462704e575f5..b8dc30f81bf0 100644 > --- a/drivers/gpu/drm/i915/selftests/i915_sw_fence.c > +++ b/drivers/gpu/drm/i915/selftests/i915_sw_fence.c > @@ -528,7 +528,7 @@ static int test_ipc(void *arg) > struct workqueue_struct *wq; > int ret = 0; > > - wq = alloc_workqueue("i1915-selftest", WQ_PERCPU, 0); > + wq = alloc_workqueue("i915-selftest", WQ_PERCPU, 0); > if (wq == NULL) > return -ENOMEM; >