From: Tankut Baris Aktemur <tankutbaris.aktemur@amd.com>
To: <gdb-patches@sourceware.org>
Subject: [OBV] gdb/amd-dbgapi-target: fix a whitespace and a typo
Date: Mon, 11 May 2026 06:24:23 -0500 [thread overview]
Message-ID: <20260511112423.2594330-1-tankutbaris.aktemur@amd.com> (raw)
Fix a minor whitespace issue and a typo in file
gdb/amd-dbgapi-target.c.
---
gdb/amd-dbgapi-target.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gdb/amd-dbgapi-target.c b/gdb/amd-dbgapi-target.c
index 811e22182c6..b7d5ee7de9f 100644
--- a/gdb/amd-dbgapi-target.c
+++ b/gdb/amd-dbgapi-target.c
@@ -1350,7 +1350,7 @@ amd_dbgapi_target::async (bool enable)
static ptid_t
make_gpu_ptid (ptid_t::pid_type pid, amd_dbgapi_wave_id_t wave_id)
{
- return ptid_t (pid, 1, wave_id.handle);
+ return ptid_t (pid, 1, wave_id.handle);
}
/* When a thread is deleted, remove its wave_info from the inferior's
@@ -1894,7 +1894,7 @@ static void maybe_reset_amd_dbgapi ();
/* Make the amd-dbgapi library detach from INF.
- Note that this us unrelated to the "detach" GDB concept / command.
+ Note that this is unrelated to the "detach" GDB concept / command.
This undoes what attach_amd_dbgapi does. */
--
2.34.1
reply other threads:[~2026-05-11 11:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260511112423.2594330-1-tankutbaris.aktemur@amd.com \
--to=tankutbaris.aktemur@amd.com \
--cc=gdb-patches@sourceware.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