Whitespace-only changes: fixed two recently introduced checkpatch errors (code should be indented by tabs / trailing whitespace).

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@969 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-07-22 06:31:30 +00:00
parent 67d91f0ab5
commit 791c79b18a

View File

@@ -3059,7 +3059,7 @@ static int dev_usr_parse(struct scst_cmd *cmd)
.name = DEV_USER_NAME, \
.type = -1, \
.parse = dev_usr_parse, \
.read_proc = dev_user_read_proc, \
.read_proc = dev_user_read_proc, \
}
static struct scst_dev_type dev_user_devtype = USR_TYPE;
@@ -3218,7 +3218,6 @@ static int dev_user_read_proc(struct seq_file *seq, struct scst_dev_type *dev_ty
atomic_read(&ucmd->ucmd_ref),
ucmd->sent_to_user, ucmd->seen_by_user,
ucmd->aborted, ucmd->jammed, ucmd->cmd);
}
}
spin_unlock_irqrestore(&dev->cmd_lists.cmd_list_lock, flags);