Skip to content

Commit

Permalink
scsi: ufs: Fix a kernel-doc related formatting issue
Browse files Browse the repository at this point in the history
Fix the following W=1 kernel build warning:

drivers/scsi/ufs/ufshcd.c:9773: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

[mkp: upcase abbreviations]

Link: https://lore.kernel.org/r/20210531163122.451375-1-huobean@gmail.com
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Bean Huo authored and Martin K. Petersen committed Jun 2, 2021
1 parent 5250db6 commit f6b4142
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/scsi/ufs/ufshcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -9770,10 +9770,7 @@ static const struct dev_pm_ops ufs_rpmb_pm_ops = {
SET_SYSTEM_SLEEP_PM_OPS(NULL, ufshcd_rpmb_resume)
};

/**
* Describes the ufs rpmb wlun.
* Used only to send uac.
*/
/* ufs_rpmb_wlun_template - Describes UFS RPMB WLUN. Used only to send UAC. */
static struct scsi_driver ufs_rpmb_wlun_template = {
.gendrv = {
.name = "ufs_rpmb_wlun",
Expand Down

0 comments on commit f6b4142

Please sign in to comment.