From: Chengguang Xu Date: Sun, 10 Feb 2019 15:20:45 +0000 (+0800) Subject: scsi: ufs: fix a typo in comment X-Git-Tag: v5.1-rc1~85^2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2174b18513d1064d2706cd6d6b878139eb050277;p=thirdparty%2Flinux.git scsi: ufs: fix a typo in comment poitner -> pointer. Signed-off-by: Chengguang Xu Reviewed-by: Pedro Sousa Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/ufs/ufshcd-dwc.c b/drivers/scsi/ufs/ufshcd-dwc.c index 5fd16c72207fb..977b21871a5d1 100644 --- a/drivers/scsi/ufs/ufshcd-dwc.c +++ b/drivers/scsi/ufs/ufshcd-dwc.c @@ -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