From 24db9626baedf9520f13af58cc5c02756721ec04 Mon Sep 17 00:00:00 2001 From: "Martin K. Petersen" Date: Mon, 18 Dec 2023 20:23:57 -0500 Subject: [PATCH] scsi: ufs: host: Fix kernel-doc warning Commit fa3dca8251c4 ("scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params") inadvertently introduced a comment line without '*' prefix. Format the comment section correctly. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202312171915.YhlTLvLL-lkp@intel.com/ Fixes: fa3dca8251c4 ("scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params") Signed-off-by: Martin K. Petersen --- drivers/ufs/host/ufshcd-pltfrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ufs/host/ufshcd-pltfrm.c b/drivers/ufs/host/ufshcd-pltfrm.c index 1633edc656897..2df9fc87cd988 100644 --- a/drivers/ufs/host/ufshcd-pltfrm.c +++ b/drivers/ufs/host/ufshcd-pltfrm.c @@ -286,7 +286,7 @@ static int ufshcd_parse_operating_points(struct ufs_hba *hba) /** * ufshcd_negotiate_pwr_params - find power mode settings that are supported by - both the controller and the device + * both the controller and the device * @host_params: pointer to host parameters * @dev_max: pointer to device attributes * @agreed_pwr: returned agreed attributes -- 2.30.2