fcst: Avoid that checkpatch complains about 'struct spinlock'

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5013 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-10-01 06:21:38 +00:00
parent 2e2dfc5e36
commit c296055104
+1 -1
View File
@@ -126,7 +126,7 @@ struct ft_cmd {
u32 max_lso_payload; /* max offloaded (LSO) data payload */
u16 max_payload; /* max transmitted data payload */
struct scst_cmd *scst_cmd;
struct spinlock lock; /* protects state */
spinlock_t lock; /* protects state */
enum ft_cmd_state state;
};