scst_user: Fix a recently introduced coding style issue

See also commit b2facc91c9 ("scst/src/dev_handlers/scst_user: Simplify dev_user_reply_get_multi()").



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8902 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-05-12 01:04:32 +00:00
parent 58a1ea5bd7
commit 95893200f2

View File

@@ -2356,7 +2356,7 @@ out:
}
static int dev_user_reply_get_multi(struct file *file,
struct scst_user_get_multi __user* gm)
struct scst_user_get_multi __user *gm)
{
int res = 0, rc;
struct scst_user_dev *dev = file->private_data;