From c296055104a15241135a3a8245d85b943cbe04d0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 1 Oct 2013 06:21:38 +0000 Subject: [PATCH] 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 --- fcst/fcst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcst/fcst.h b/fcst/fcst.h index 072f045e3..5d3027514 100644 --- a/fcst/fcst.h +++ b/fcst/fcst.h @@ -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; };