mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 13:11:27 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user