mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
scst.h: Reformat a comment to suppress a checkpatch complaint
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6606 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2915,9 +2915,11 @@ struct scst_device {
|
||||
int (*dev_dif_fn)(struct scst_cmd *cmd);
|
||||
|
||||
__be16 dev_dif_static_app_tag; /* fixed APP TAG for all blocks in dev */
|
||||
__be32 dev_dif_static_app_ref_tag; /* fixed APP TAG part from REF
|
||||
* TAG for all blocks in dev.
|
||||
* Valid only with dif type 3 */
|
||||
/*
|
||||
* Fixed APP TAG part from REF TAG for all blocks in dev. Valid only
|
||||
* with dif type 3.
|
||||
*/
|
||||
__be32 dev_dif_static_app_ref_tag;
|
||||
|
||||
/* Cache to optimize scst_parse_*protect() routines */
|
||||
enum scst_dif_actions dev_dif_rd_actions;
|
||||
|
||||
Reference in New Issue
Block a user