From 5eb3a85948d337fef0c54d06d61c235db559c99a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 16 Feb 2012 10:27:18 +0000 Subject: [PATCH] scst/src/scst_lib.c: Remove a trailing whitespace git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4132 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index c39a2aab3..4e06d1c18 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -5128,7 +5128,7 @@ static int get_bidi_trans_len_2(struct scst_cmd *cmd, uint8_t off) * * Whether a data-out buffer is associated with a SCSI VERIFY command depends on * the BYTCHK bit in that command. Check that bit and compute the data out - * buffer length and the data transfer direction. + * buffer length and the data transfer direction. */ static int get_verify_trans_len_2(struct scst_cmd *cmd, uint8_t off) {