aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_context.c
diff options
context:
space:
mode:
authorBeatriz Martins de Carvalho <martinsdecarvalhobeatriz@gmail.com>2021-04-18 15:48:25 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2021-04-22 10:45:23 +0200
commitf0ce78e2f084895d54cc6b6ee530191eb355b196 (patch)
tree0cffcacf7222aba541aa6bf8b20ab80d4f58d80e /drivers/gpu/drm/drm_context.c
parentdrm: drm_connector.c: Adjust end of block comment (diff)
downloadlinux-dev-f0ce78e2f084895d54cc6b6ee530191eb355b196.tar.xz
linux-dev-f0ce78e2f084895d54cc6b6ee530191eb355b196.zip
drm: drm_context.c: Adjust end of block comment
Add a new line with */ on the last line of a block comment to follow the Linux kernel coding conventions. Problem found by checkpatch. Signed-off-by: Beatriz Martins de Carvalho <martinsdecarvalhobeatriz@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/341b1ae1475fad22035cf3ff11df73cd49063d4c.1618756333.git.martinsdecarvalhobeatriz@gmail.com
Diffstat (limited to 'drivers/gpu/drm/drm_context.c')
-rw-r--r--drivers/gpu/drm/drm_context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_context.c b/drivers/gpu/drm/drm_context.c
index c99be950bf17..54e3c513d6a5 100644
--- a/drivers/gpu/drm/drm_context.c
+++ b/drivers/gpu/drm/drm_context.c
@@ -312,7 +312,8 @@ static int drm_context_switch_complete(struct drm_device *dev,
/* If a context switch is ever initiated
when the kernel holds the lock, release
- that lock here. */
+ that lock here.
+ */
clear_bit(0, &dev->context_flag);
return 0;