From 791c79b18ad8b599169a2b08f6f0c7f36d8ebefe Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 22 Jul 2009 06:31:30 +0000 Subject: [PATCH] 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 --- scst/src/dev_handlers/scst_user.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scst/src/dev_handlers/scst_user.c b/scst/src/dev_handlers/scst_user.c index 646dc4cd9..79d5eb0a9 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -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);