Commit 24db9626 authored by Martin K. Petersen's avatar Martin K. Petersen

scsi: ufs: host: Fix kernel-doc warning

Commit fa3dca82 ("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: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312171915.YhlTLvLL-lkp@intel.com/
Fixes: fa3dca82 ("scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params")
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent ed340d13
......@@ -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
......
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