From 8e119def8d18d8cff0d0b05160edea3160000bb2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 6 Nov 2015 18:20:08 +0000 Subject: [PATCH] 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 --- scst/include/scst.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 24e533f8d..b4168b601 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -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;