aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_scsi_all.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:13:48 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:13:48 +0000
commit27dcd3d90b41d3c89eac3c2b50b9a6f515e5c89d (patch)
tree4a7e8650e9713823d6fca69814a67a415da1f6d3 /sys/cam/ctl/ctl_scsi_all.c
parent985b8ee8d299302b1e711d25db0c65ba0a0f1b47 (diff)
downloadsrc-27dcd3d90b41d3c89eac3c2b50b9a6f515e5c89d.tar.gz
src-27dcd3d90b41d3c89eac3c2b50b9a6f515e5c89d.zip
cam: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365225
Diffstat (limited to 'sys/cam/ctl/ctl_scsi_all.c')
-rw-r--r--sys/cam/ctl/ctl_scsi_all.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cam/ctl/ctl_scsi_all.c b/sys/cam/ctl/ctl_scsi_all.c
index 8dc59e0a5262..98dba8cf2d83 100644
--- a/sys/cam/ctl/ctl_scsi_all.c
+++ b/sys/cam/ctl/ctl_scsi_all.c
@@ -136,7 +136,6 @@ ctl_scsi_sense_sbuf(struct ctl_scsiio *ctsio,
ctl_scsi_path_string((union ctl_io *)ctsio, path_str, sizeof(path_str));
if (flags & SSS_FLAG_PRINT_COMMAND) {
-
sbuf_cat(sb, path_str);
ctl_scsi_command_string(ctsio, inq_data, sb);
@@ -204,4 +203,3 @@ ctl_scsi_sense_print(struct ctl_scsiio *ctsio,
}
#endif /* _KERNEL */
-