From: Eric Anholt <eric@anholt.net>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 1/4] intel: Fix a typo in decode error message.
Date: Mon, 20 Feb 2012 09:55:34 -0800 [thread overview]
Message-ID: <1329760537-5342-1-git-send-email-eric@anholt.net> (raw)
---
intel/intel_decode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/intel/intel_decode.c b/intel/intel_decode.c
index f33fb11..00908d0 100644
--- a/intel/intel_decode.c
+++ b/intel/intel_decode.c
@@ -2984,7 +2984,7 @@ decode_3d_965(struct drm_intel_decode *ctx)
if (len < opcode_3d->min_len ||
len > opcode_3d->max_len) {
- fprintf(out, "Bad length %d in %s, expeted %d-%d\n",
+ fprintf(out, "Bad length %d in %s, expected %d-%d\n",
len, opcode_3d->name,
opcode_3d->min_len, opcode_3d->max_len);
}
--
1.7.9
next reply other threads:[~2012-02-20 17:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-20 17:55 Eric Anholt [this message]
2012-02-20 17:55 ` [PATCH 2/4] intel: Add decode for gen7 3DSTATE_WM Eric Anholt
2012-02-22 9:38 ` Daniel Vetter
2012-02-20 17:55 ` [PATCH 3/4] intel: Add decode for gen7 HIER_DEPTH_BUFFER Eric Anholt
2012-02-20 17:55 ` [PATCH 4/4] intel: Import a new batchbuffer for the gen7 test Eric Anholt
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=1329760537-5342-1-git-send-email-eric@anholt.net \
--to=eric@anholt.net \
--cc=intel-gfx@lists.freedesktop.org \
/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