Commit 2174b185 authored by Chengguang Xu's avatar Chengguang Xu Committed by Martin K. Petersen

scsi: ufs: fix a typo in comment

poitner -> pointer.
Signed-off-by: default avatarChengguang Xu <cgxu519@gmx.com>
Reviewed-by: default avatarPedro Sousa <pedrom.sousa@synopsys.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 9447b6ce
...@@ -50,7 +50,7 @@ static void ufshcd_dwc_program_clk_div(struct ufs_hba *hba, u32 divider_val) ...@@ -50,7 +50,7 @@ static void ufshcd_dwc_program_clk_div(struct ufs_hba *hba, u32 divider_val)
/** /**
* ufshcd_dwc_link_is_up() * ufshcd_dwc_link_is_up()
* Check if link is up * Check if link is up
* @hba: private structure poitner * @hba: private structure pointer
* *
* Returns 0 on success, non-zero value on failure * Returns 0 on success, non-zero value on failure
*/ */
...@@ -110,7 +110,7 @@ static int ufshcd_dwc_connection_setup(struct ufs_hba *hba) ...@@ -110,7 +110,7 @@ static int ufshcd_dwc_connection_setup(struct ufs_hba *hba)
/** /**
* ufshcd_dwc_link_startup_notify() * ufshcd_dwc_link_startup_notify()
* UFS Host DWC specific link startup sequence * UFS Host DWC specific link startup sequence
* @hba: private structure poitner * @hba: private structure pointer
* @status: Callback notify status * @status: Callback notify status
* *
* Returns 0 on success, non-zero value on failure * Returns 0 on success, non-zero value on failure
......
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