projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58a261b
)
drm/ttm: fix kernel-doc typo for @trylock_only
author
Jani Nikula
<jani.nikula@intel.com>
Fri, 23 Aug 2024 14:11:09 +0000
(17:11 +0300)
committer
Jani Nikula
<jani.nikula@intel.com>
Mon, 26 Aug 2024 08:56:08 +0000
(11:56 +0300)
s/tryock_only/trylock_only/
Fixes:
da966b82bf3d
("drm/ttm: Provide a generic LRU walker helper")
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240823141110.3431423-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
include/drm/ttm/ttm_bo.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/ttm/ttm_bo.h
b/include/drm/ttm/ttm_bo.h
index d1a732d562593fe11872a7d9c9f0c4aaa76b5591..7294dde240fb68acf3655f6e141a8e61b87985b5 100644
(file)
--- a/
include/drm/ttm/ttm_bo.h
+++ b/
include/drm/ttm/ttm_bo.h
@@
-222,7
+222,7
@@
struct ttm_lru_walk {
struct ttm_operation_ctx *ctx;
/** @ticket: The struct ww_acquire_ctx if any. */
struct ww_acquire_ctx *ticket;
- /** @tryock_only: Only use trylock for locking. */
+ /** @try
l
ock_only: Only use trylock for locking. */
bool trylock_only;
};