accel/habanalabs: rename fd_list to hpriv_list
authorKoby Elbaz <kelbaz@habana.ai>
Tue, 6 Jun 2023 11:44:57 +0000 (14:44 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Mon, 9 Oct 2023 09:37:18 +0000 (12:37 +0300)
commit964b1f675dac62763feaa6cec188be9f92aa9e57
tree2a2b3c35fa2484475c6d3b304a774e0f778070d4
parent942f18c56d2106115bcf344cc7b0f762c6fc55c2
accel/habanalabs: rename fd_list to hpriv_list

Every time an FD is returned to the user, the driver adds
a corresponding private structure to the list.
Yet, it's still a list of private structures rather than of FDs.
Remove, as well, an unnecessary comment.

Signed-off-by: Koby Elbaz <kelbaz@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/accel/habanalabs/common/device.c