#define myri10ge_pio_copy(to,from,size) __iowrite64_copy(to,from,size/8)
 
-static inline void put_be32(__be32 val, __be32 __iomem *p)
+static inline void put_be32(__be32 val, __be32 __iomem * p)
 {
-       __raw_writel((__force __u32)val, (__force void __iomem *)p);
+       __raw_writel((__force __u32) val, (__force void __iomem *)p);
 }
 
 static int
        struct myri10ge_cmd cmd;
        struct myri10ge_priv *mgp;
        struct dev_mc_list *mc_list;
-       __be32 data[2] = {0, 0};
+       __be32 data[2] = { 0, 0 };
        int err;
 
        mgp = netdev_priv(dev);
 static void myri10ge_watchdog(struct work_struct *work)
 {
        struct myri10ge_priv *mgp =
-               container_of(work, struct myri10ge_priv, watchdog_work);
+           container_of(work, struct myri10ge_priv, watchdog_work);
        u32 reboot;
        int status;
        u16 cmd, vendor;