Skip to content

Commit de37677

Browse files
rddunlapmartinkpetersen
authored andcommitted
scsi: ufs: bsg: Fix all kernel-doc warnings
In struct utp_upiu_query_v4_0, add description for @Osf3 and mark the @reserved field as private so that no description is needed for it. In struct utp_upiu_cmd, use the correct struct member name to eliminate a kernel-doc warning. Signed-off-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: James E.J. Bottomley <[email protected]> Cc: Martin K. Petersen <[email protected]> Cc: Alim Akhtar <[email protected]> Cc: Avri Altman <[email protected]> Cc: Bart Van Assche <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 9cef74a commit de37677

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/uapi/scsi/scsi_bsg_ufs.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ struct utp_upiu_query {
123123
* @idn: a value that indicates the particular type of data B-1
124124
* @index: Index to further identify data B-2
125125
* @selector: Index to further identify data B-3
126+
* @osf3: spec field B-4
126127
* @osf4: spec field B-5
127128
* @osf5: spec field B 6,7
128129
* @osf6: spec field DW 8,9
@@ -138,12 +139,13 @@ struct utp_upiu_query_v4_0 {
138139
__be16 osf5;
139140
__be32 osf6;
140141
__be32 osf7;
142+
/* private: */
141143
__be32 reserved;
142144
};
143145

144146
/**
145147
* struct utp_upiu_cmd - Command UPIU structure
146-
* @data_transfer_len: Data Transfer Length DW-3
148+
* @exp_data_transfer_len: Data Transfer Length DW-3
147149
* @cdb: Command Descriptor Block CDB DW-4 to DW-7
148150
*/
149151
struct utp_upiu_cmd {

0 commit comments

Comments
 (0)