From e39d23eb296185b0998f4f518d5d6d92e0e0b5db Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 2 May 2017 05:18:05 +0000 Subject: [PATCH 1/2] scst_sysfs: Fix spelling in a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7159 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index 10a95a447..a2a478709 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -7775,7 +7775,7 @@ static bool scst_sysfs_user_info_executing(struct scst_sysfs_user_info *info) } /** - * scst_wait_info_completion() - wait an user space event's completion + * scst_wait_info_completion() - wait for a user space event's completion * * Waits for the info request been completed by user space at most timeout * jiffies. If the reply received before timeout and being processed by From 7d9994593fa5bcdcb4fa4abf514dd2ec1c77c6a0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 2 May 2017 05:28:29 +0000 Subject: [PATCH 2/2] qla2x00t: Convert the non-standard %Lx into %llx git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7160 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 2e4bd515e..f91ca9d83 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -5359,7 +5359,7 @@ static void q24_atio_pkt(scsi_qla_host_t *vha, atio7_entry_t *atio) switch (atio->entry_type) { case ATIO_TYPE7: - TRACE_DBG("ATIO_TYPE7 instance %ld, lun %Lx, read/write %d/%d, " + TRACE_DBG("ATIO_TYPE7 instance %ld, lun %llx, read/write %d/%d, " "add_cdb_len %d, data_length %04x, s_id %x:%x:%x", vha->host_no, atio->fcp_cmnd.lun, atio->fcp_cmnd.rddata, atio->fcp_cmnd.wrdata, atio->fcp_cmnd.add_cdb_len,