From: sunran001@208suo.com
To: alexdeucher@gmail.com
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
amd-gfx@lists.freedesktop.org
Subject: [PATCH] drm/radeon: ERROR: "foo * bar" should be "foo *bar"
Date: Fri, 21 Jul 2023 06:53:02 +0000 [thread overview]
Message-ID: <19d2a2414f4c2422a13ee74b502d484d@208suo.com> (raw)
In-Reply-To: <20230721060919.5133-1-xujianghui@cdjrlc.com>
Fix two occurrences of the checkpatch.pl error:
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Jianghui Xu <xujianghui@cdjrlc.com>
---
drivers/gpu/drm/radeon/atom.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/radeon/atom.c
b/drivers/gpu/drm/radeon/atom.c
index 11a1940bb26d..93acb0e42bd6 100644
--- a/drivers/gpu/drm/radeon/atom.c
+++ b/drivers/gpu/drm/radeon/atom.c
@@ -68,8 +68,8 @@ typedef struct {
} atom_exec_context;
int atom_debug = 0;
-static int atom_execute_table_locked(struct atom_context *ctx, int
index, uint32_t * params);
-int atom_execute_table(struct atom_context *ctx, int index, uint32_t *
params);
+static int atom_execute_table_locked(struct atom_context *ctx, int
index, uint32_t *params);
+int atom_execute_table(struct atom_context *ctx, int index, uint32_t
*params);
static uint32_t atom_arg_mask[8] = {
0xFFFFFFFF, 0x0000FFFF, 0x00FFFF00, 0xFFFF0000,
next prev parent reply other threads:[~2023-07-21 6:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230721060919.5133-1-xujianghui@cdjrlc.com>
2023-07-21 6:10 ` sunran001
2023-07-21 6:51 ` sunran001
2023-07-21 16:00 ` Alex Deucher
2023-07-21 6:53 ` sunran001 [this message]
[not found] <20230725080906.2028-1-zhanglibing@cdjrlc.com>
2023-07-25 8:13 ` wuyonggang001
2023-07-25 15:22 ` Alex Deucher
[not found] <tencent_09B72958FF97A0465961F04F38F298FE6E08@qq.com>
2023-07-14 8:06 ` [PATCH] drm/radeon: ERROR: "foo* " shijie001
2023-07-15 5:10 ` SHANMUGAM, SRINIVASAN
[not found] <20230710073659.54188-1-xujianghui@cdjrlc.com>
2023-07-10 7:38 ` [PATCH] drm/radeon: ERROR: "foo * " sunran001
2023-07-10 17:19 ` Alex Deucher
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=19d2a2414f4c2422a13ee74b502d484d@208suo.com \
--to=sunran001@208suo.com \
--cc=alexdeucher@gmail.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.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
Powered by JetHome