]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/amd-dbgapi-target: fix a whitespace and a typo
authorTankut Baris Aktemur <tankutbaris.aktemur@amd.com>
Mon, 11 May 2026 11:14:02 +0000 (06:14 -0500)
committerTankut Baris Aktemur <tankutbaris.aktemur@amd.com>
Mon, 11 May 2026 11:14:06 +0000 (06:14 -0500)
Fix a minor whitespace issue and a typo in file
gdb/amd-dbgapi-target.c.

gdb/amd-dbgapi-target.c

index 811e22182c683da2a518e5f478e4d34f2f2743bb..b7d5ee7de9f71e90d7733b057f63c8e01b9f194e 100644 (file)
@@ -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.  */