From: Jason Wang <wangborong@cdjrlc.com>
To: daniel@ffwll.ch
Cc: dri-devel@lists.freedesktop.org,
thomas.hellstrom@linux.intel.com, airlied@linux.ie,
intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org,
matthew.auld@intel.com, Jason Wang <wangborong@cdjrlc.com>,
rodrigo.vivi@intel.com, dan.carpenter@oracle.com
Subject: [Intel-gfx] [PATCH] drm/i915/gt: Remove unneeded semicolon
Date: Sat, 16 Jul 2022 12:08:45 +0800 [thread overview]
Message-ID: <20220716040845.32045-1-wangborong@cdjrlc.com> (raw)
The semicolon after a code block end symbol `}' is unneeded, remove
it.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
drivers/gpu/drm/i915/gt/intel_migrate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/gt/intel_migrate.c b/drivers/gpu/drm/i915/gt/intel_migrate.c
index 2c35324b5f68..a69b244f14d0 100644
--- a/drivers/gpu/drm/i915/gt/intel_migrate.c
+++ b/drivers/gpu/drm/i915/gt/intel_migrate.c
@@ -645,7 +645,7 @@ static int scatter_list_length(struct scatterlist *sg)
while (sg && sg_dma_len(sg)) {
len += sg_dma_len(sg);
sg = sg_next(sg);
- };
+ }
return len;
}
--
2.35.1
next reply other threads:[~2022-07-20 14:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-16 4:08 Jason Wang [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-16 18:44 [Intel-gfx] [PATCH] drm/i915/gt: Remove unneeded semicolon Jason Wang
2022-07-18 18:29 ` Rodrigo Vivi
2022-07-21 8:09 ` Rodrigo Vivi
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=20220716040845.32045-1-wangborong@cdjrlc.com \
--to=wangborong@cdjrlc.com \
--cc=airlied@linux.ie \
--cc=dan.carpenter@oracle.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=matthew.auld@intel.com \
--cc=rodrigo.vivi@intel.com \
--cc=thomas.hellstrom@linux.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