vhost: Storage class should be before const qualifier
[deliverable/linux.git] / drivers / vhost / net.c
index aa88911c95045d10e1089ae477b1f43eab7de614..cd36f5ff225541ff07e4fab74da45f51455a642f 100644 (file)
@@ -626,7 +626,7 @@ static long vhost_net_compat_ioctl(struct file *f, unsigned int ioctl,
 }
 #endif
 
-const static struct file_operations vhost_net_fops = {
+static const struct file_operations vhost_net_fops = {
        .owner          = THIS_MODULE,
        .release        = vhost_net_release,
        .unlocked_ioctl = vhost_net_ioctl,
This page took 0.031227 seconds and 5 git commands to generate.