scsi: ufs: Fix kernel-doc errors and warnings
authorBart Van Assche <[email protected]>
Thu, 1 Mar 2018 23:07:20 +0000 (15:07 -0800)
committerMartin K. Petersen <[email protected]>
Fri, 2 Mar 2018 02:00:23 +0000 (21:00 -0500)
commit8aa29f192ca675746ab4f39e46a5fd712a76faa6
treeb236eac3231f638d399dfca470859b30fb3c84e5
parente0b14a4ad57801063065cfe2129b0ea9ad95e59a
scsi: ufs: Fix kernel-doc errors and warnings

Avoid that the kernel-doc tool complains about mismatches between
kernel-doc headers and function definitions. Avoid that errors like the
following are reported when building the UFS driver with W=1:

drivers/scsi/ufs/tc-dwc-g210-pci.c:60: error: Cannot parse struct or union!
drivers/scsi/ufs/tc-dwc-g210-pltfrm.c:26: warning: cannot understand function prototype: 'struct ufs_hba_variant_ops tc_dwc_g210_20bit_pltfm_hba_vops = '

Signed-off-by: Bart Van Assche <[email protected]>
Cc: Vivek Gautam <[email protected]>
Cc: Stanislav Nijnikov <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/ufs/tc-dwc-g210-pci.c
drivers/scsi/ufs/tc-dwc-g210-pltfrm.c
drivers/scsi/ufs/ufshcd-pci.c
drivers/scsi/ufs/ufshcd.c