From: "Bernatowicz, Marcin" <marcin.bernatowicz@linux.intel.com>
To: Kamil Konieczny <kamil.konieczny@linux.intel.com>,
igt-dev@lists.freedesktop.org, zbigniew.kempczynski@intel.com,
lukasz.laguna@intel.com
Subject: Re: [igt-dev] [PATCH i-g-t v4 4/4] lib/xe_spin.c: fixed checkpatch issue
Date: Fri, 8 Sep 2023 19:39:46 +0200 [thread overview]
Message-ID: <0e66b320-d13c-da95-4f3a-852c17c654d9@linux.intel.com> (raw)
In-Reply-To: <20230908171021.4pchfq4fbwqa6jib@kamilkon-desk.igk.intel.com>
On 9/8/2023 7:10 PM, Kamil Konieczny wrote:
> Hi Marcin,
>
> now checkpatch complains about subject of your change:
> WARNING: A patch subject line should describe the change not the tool that found it
> #4:
> Subject: [PATCH i-g-t 4/4] lib/xe_spin.c: fixed checkpatch issue
>
> so I suggest other, like: fixed code style
>
> with that:
> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
>
> Regards,
> Kamil
sorry for that, will send corrected v5 with added one missing r-b
--
marcin
>
> On 2023-09-08 at 12:54:54 +0000, Marcin Bernatowicz wrote:
>> fixed checkpatch reported error
>>
>> Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
>> ---
>> lib/xe/xe_spin.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/lib/xe/xe_spin.c b/lib/xe/xe_spin.c
>> index d8e2c07aa..f0d77aed3 100644
>> --- a/lib/xe/xe_spin.c
>> +++ b/lib/xe/xe_spin.c
>> @@ -165,7 +165,8 @@ bool xe_spin_started(struct xe_spin *spin)
>> */
>> void xe_spin_wait_started(struct xe_spin *spin)
>> {
>> - while(!xe_spin_started(spin));
>> + while (!xe_spin_started(spin))
>> + ;
>> }
>>
>> void xe_spin_end(struct xe_spin *spin)
>> --
>> 2.30.2
>>
next prev parent reply other threads:[~2023-09-08 17:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-08 12:54 [igt-dev] [PATCH i-g-t v4 0/4] lib/xe_spin: introduced fixed duration xe_spin Marcin Bernatowicz
2023-09-08 12:54 ` [igt-dev] [PATCH i-g-t v4 1/4] lib/xe_spin: xe_spin_opts for xe_spin initialization Marcin Bernatowicz
2023-09-11 11:50 ` Zbigniew Kempczyński
2023-09-08 12:54 ` [igt-dev] [PATCH i-g-t v4 2/4] lib/xe_spin: fixed duration xe_spin capability Marcin Bernatowicz
2023-09-08 12:54 ` [igt-dev] [PATCH i-g-t v4 3/4] tests/xe_spin_batch: spin-fixed-duration Marcin Bernatowicz
2023-09-08 12:54 ` [igt-dev] [PATCH i-g-t v4 4/4] lib/xe_spin.c: fixed checkpatch issue Marcin Bernatowicz
2023-09-08 17:10 ` Kamil Konieczny
2023-09-08 17:39 ` Bernatowicz, Marcin [this message]
2023-09-08 15:22 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/xe_spin: introduced fixed duration xe_spin (rev3) Patchwork
2023-09-08 16:23 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-09-08 20:14 ` [igt-dev] ✗ Fi.CI.IGT: 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=0e66b320-d13c-da95-4f3a-852c17c654d9@linux.intel.com \
--to=marcin.bernatowicz@linux.intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@linux.intel.com \
--cc=lukasz.laguna@intel.com \
--cc=zbigniew.kempczynski@intel.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