mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-27 16:47:19 +00:00
habanalabs: add missing space after casting
Change casting code according to kernel coding style. Signed-off-by: Omer Shpigelman <oshpigelman@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
parent
7693f5d39e
commit
3f18b8421f
@ -95,7 +95,7 @@ static int hw_ip_info(struct hl_device *hdev, struct hl_info_args *args)
|
||||
hw_ip.first_available_interrupt_id =
|
||||
prop->first_available_user_msix_interrupt;
|
||||
return copy_to_user(out, &hw_ip,
|
||||
min((size_t)size, sizeof(hw_ip))) ? -EFAULT : 0;
|
||||
min((size_t) size, sizeof(hw_ip))) ? -EFAULT : 0;
|
||||
}
|
||||
|
||||
static int hw_events_info(struct hl_device *hdev, bool aggregate,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user