x86: use not_pci bitmap #5
[sfrench/cifs-2.6.git] / arch / x86 / kernel / msr.c
index af51ea8400b2de88509efab5ad3df145f2ccab08..4dfb4053005714bb222f19d821856ccb19cadd7a 100644 (file)
@@ -65,8 +65,8 @@ static loff_t msr_seek(struct file *file, loff_t offset, int orig)
        return ret;
 }
 
-static ssize_t msr_read(struct file *file, char __user * buf,
-                       size_t count, loff_t * ppos)
+static ssize_t msr_read(struct file *file, char __user *buf,
+                       size_t count, loff_t *ppos)
 {
        u32 __user *tmp = (u32 __user *) buf;
        u32 data[2];