projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f2dd9
)
drm/i915/vma: fix kernel-doc function name for i915_vma_size()
author
Jani Nikula
<jani.nikula@intel.com>
Tue, 2 May 2023 15:37:19 +0000
(18:37 +0300)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 4 May 2023 09:11:20 +0000
(12:11 +0300)
drivers/gpu/drm/i915/i915_vma.h:145: warning: expecting prototype for i915_vma_offset(). Prototype was for i915_vma_size() instead
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/9fd58398ba6f86c55cc7a7c62efeab70c3311d59.1683041799.git.jani.nikula@intel.com
drivers/gpu/drm/i915/i915_vma.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_vma.h
b/drivers/gpu/drm/i915/i915_vma.h
index ed5c9d682a1b2b2f8a88e53b538291a2a063b4e8..38c8c66ed724a1d1bfff69ae65b520477a11ae71 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_vma.h
+++ b/
drivers/gpu/drm/i915/i915_vma.h
@@
-132,7
+132,7
@@
static inline u64 __i915_vma_size(const struct i915_vma *vma)
}
/**
- * i915_vma_
offset
- Obtain the va range size of the vma
+ * i915_vma_
size
- Obtain the va range size of the vma
* @vma: The vma
*
* GPU virtual address space may be allocated with padding. This