From: "Michał Grzelak" <michal.grzelak@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: juhapekka.heikkila@gmail.com,
"Michał Grzelak" <michal.grzelak@intel.com>
Subject: [PATCH i-g-t v1 1/3] tests/sharpness_filter: fix typo
Date: Mon, 29 Jun 2026 11:07:38 +0200 [thread overview]
Message-ID: <20260629090740.2706320-2-michal.grzelak@intel.com> (raw)
In-Reply-To: <20260629090740.2706320-1-michal.grzelak@intel.com>
Refer correctly to the connector while logging.
Cc: Juha-Pekka Heikkilä <juhapekka.heikkila@gmail.com>
Signed-off-by: Michał Grzelak <michal.grzelak@intel.com>
---
tests/intel/kms_sharpness_filter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel/kms_sharpness_filter.c b/tests/intel/kms_sharpness_filter.c
index 353a9a292a..1575cde6f7 100644
--- a/tests/intel/kms_sharpness_filter.c
+++ b/tests/intel/kms_sharpness_filter.c
@@ -448,7 +448,7 @@ static void test_sharpness_filter(data_t *data, enum test_type type)
igt_plane_set_fb(data->plane[0], &data->fb[0]);
if (type == TEST_INVALID_FILTER_WITH_SCALING_MODE)
- igt_require_f(has_scaling_mode(output), "No connecter scaling mode found on %s\n", output->name);
+ igt_require_f(has_scaling_mode(output), "No connector scaling mode found on %s\n", output->name);
if (type == TEST_INVALID_FILTER_WITH_NEAREST_NEIGHBOR)
igt_require_f(igt_crtc_has_prop(data->crtc, IGT_CRTC_SCALING_FILTER),
--
2.45.2
next prev parent reply other threads:[~2026-06-29 9:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 9:07 [PATCH i-g-t v1 0/3] sharpness_filter: limit suspend Michał Grzelak
2026-06-29 9:07 ` Michał Grzelak [this message]
2026-06-29 9:07 ` [PATCH i-g-t v1 2/3] tests/sharpness_filter: limit #outputs used during suspend Michał Grzelak
2026-06-29 10:07 ` Jani Nikula
2026-06-29 9:07 ` [PATCH i-g-t v1 3/3] tests/sharpness_filter: limit #crtcs tested " Michał Grzelak
2026-06-29 10:08 ` Jani Nikula
2026-06-29 21:00 ` ✓ Xe.CI.BAT: success for sharpness_filter: limit suspend Patchwork
2026-06-29 21:13 ` ✓ i915.CI.BAT: " Patchwork
2026-06-30 5:49 ` ✓ Xe.CI.FULL: " Patchwork
2026-06-30 8:39 ` ✗ i915.CI.Full: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260629090740.2706320-2-michal.grzelak@intel.com \
--to=michal.grzelak@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=juhapekka.heikkila@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox