From f6cd30ca7c6ce1717a328873f790337a57ee4a0a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 17 Aug 2010 17:38:56 +0000 Subject: [PATCH] Whitespace-only change: fixed a checkpatch complaint. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1953 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 4352129fd..59a140584 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1703,7 +1703,7 @@ struct scst_cmd { /**************************************************************/ /* cmd's async flags */ - unsigned long cmd_flags __attribute__((aligned(sizeof(long)))); + unsigned long cmd_flags __attribute__((aligned(sizeof(long)))); /* Keeps status of cmd's status/data delivery to remote initiator */ int delivery_status;