From: Ohad Sharabi Date: Thu, 8 Dec 2022 13:19:10 +0000 (+0200) Subject: habanalabs: fix asic-specific functions documentation X-Git-Tag: v6.6.7~3356^2~21^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b30873abd49fa8f8e21c3e1cbcf2795adfb7f73;p=platform%2Fkernel%2Flinux-starfive.git habanalabs: fix asic-specific functions documentation - Add missing documentation of set DRAM props - fix typo Signed-off-by: Ohad Sharabi Reviewed-by: Oded Gabbay Signed-off-by: Oded Gabbay --- diff --git a/drivers/misc/habanalabs/common/habanalabs.h b/drivers/misc/habanalabs/common/habanalabs.h index e5443bf..210dd60 100644 --- a/drivers/misc/habanalabs/common/habanalabs.h +++ b/drivers/misc/habanalabs/common/habanalabs.h @@ -1544,8 +1544,9 @@ struct engines_data { * @check_if_razwi_happened: check if there was a razwi due to RR violation. * @access_dev_mem: access device memory * @set_dram_bar_base: set the base of the DRAM BAR - * @set_engine_cores: set a config command to enigne cores + * @set_engine_cores: set a config command to engine cores * @send_device_activity: indication to FW about device availability + * @set_dram_properties: set DRAM related properties. */ struct hl_asic_funcs { int (*early_init)(struct hl_device *hdev);