Skip to content

Commit 24db962

Browse files
scsi: ufs: host: Fix kernel-doc warning
Commit fa3dca8 ("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 <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202312171915.YhlTLvLL-lkp@intel.com/ Fixes: fa3dca8 ("scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params") Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent ed340d1 commit 24db962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ufs/host/ufshcd-pltfrm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ static int ufshcd_parse_operating_points(struct ufs_hba *hba)
286286

287287
/**
288288
* ufshcd_negotiate_pwr_params - find power mode settings that are supported by
289-
both the controller and the device
289+
* both the controller and the device
290290
* @host_params: pointer to host parameters
291291
* @dev_max: pointer to device attributes
292292
* @agreed_pwr: returned agreed attributes

0 commit comments

Comments
 (0)