scsi: ufs: fix a typo in comment

poitner -> pointer.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
Reviewed-by: Pedro Sousa <pedrom.sousa@synopsys.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Chengguang Xu 2019-02-10 23:20:45 +08:00 коммит произвёл Martin K. Petersen
Родитель 9447b6ce94
Коммит 2174b18513
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -50,7 +50,7 @@ static void ufshcd_dwc_program_clk_div(struct ufs_hba *hba, u32 divider_val)
/**
* ufshcd_dwc_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
*/
@ -110,7 +110,7 @@ static int ufshcd_dwc_connection_setup(struct ufs_hba *hba)
/**
* ufshcd_dwc_link_startup_notify()
* UFS Host DWC specific link startup sequence
* @hba: private structure poitner
* @hba: private structure pointer
* @status: Callback notify status
*
* Returns 0 on success, non-zero value on failure