Skip to content

Commit 9bae30d

Browse files
unerligedceraolo
authored andcommitted
drm/i915/perf: Fix kernel-doc warning
Fix kernel-doc issue from a previous commit. Signed-off-by: Umesh Nerlige Ramappa <[email protected]> Fixes: 2db609c ("drm/i915/perf: Replace gt->perf.lock with stream->lock for file ops") Reviewed-by: Ashutosh Dixit <[email protected]> Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent a10234f commit 9bae30d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/i915/i915_perf_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ struct i915_perf_stream {
146146
*/
147147
struct intel_engine_cs *engine;
148148

149-
/*
150-
* Lock associated with operations on stream
149+
/**
150+
* @lock: Lock associated with operations on stream
151151
*/
152152
struct mutex lock;
153153

0 commit comments

Comments
 (0)