Commit 5c915294 authored by Hans de Goede's avatar Hans de Goede Committed by Mauro Carvalho Chehab

media: atomisp: remove bogus comment above hmm_bo_allocated() prototype

The comment documenting hmm_bo_allocated() was copied (and not modified)
from the comment documenting hmm_bo_alloc(), so there are 2 copies
of the hmm_bo_alloc() documentation.

Remove the copy of the comment above the hmm_bo_allocated() prototype.

Link: https://lore.kernel.org/linux-media/20220615205037.16549-18-hdegoede@redhat.comReviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent b03d581b
...@@ -211,13 +211,6 @@ void hmm_bo_ref(struct hmm_buffer_object *bo); ...@@ -211,13 +211,6 @@ void hmm_bo_ref(struct hmm_buffer_object *bo);
*/ */
void hmm_bo_unref(struct hmm_buffer_object *bo); void hmm_bo_unref(struct hmm_buffer_object *bo);
/*
* allocate/free physical pages for the bo. will try to alloc mem
* from highmem if from_highmem is set, and type indicate that the
* pages will be allocated by using video driver (for share buffer)
* or by ISP driver itself.
*/
int hmm_bo_allocated(struct hmm_buffer_object *bo); int hmm_bo_allocated(struct hmm_buffer_object *bo);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment