mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user