Patch from Bart Van Assche <bart.vanassche@gmail.com>:

The patch below fixes the following categories of checkpatch complaints:
- ERROR: switch and case should be at the same indent
- ERROR: do not initialise statics to 0 or NULL
- ERROR: use tabs not spaces

I have verified that the SCST source code still compiles.

Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@398 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2008-05-27 14:26:15 +00:00
parent dc7820544d
commit 73ea36593d
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ struct srpt_thread {
struct task_struct *thread;
};
static u64 mellanox_ioc_guid = 0;
static u64 mellanox_ioc_guid;
static struct list_head srpt_devices;
static int thread = 1;
static struct srpt_thread srpt_thread;