Fixed a checkpatch complaint about trailing whitespace. This issue was introduced in r2060.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2063 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-07 07:07:21 +00:00
parent e7cfb78543
commit e302c2f306

View File

@@ -5510,7 +5510,7 @@ static void q2t_proc_log_entry_clean(struct scst_tgt_template *templ)
static uint16_t q2t_get_scsi_transport_version(struct scst_tgt *scst_tgt)
{
/* FCP-2 (speculative, there's no info what FW supports) */
return 0x0900;
return 0x0900;
}
static uint16_t q2t_get_phys_transport_version(struct scst_tgt *scst_tgt)