e1000e: cleanup format of struct e1000_opt_list struct
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 20 Feb 2013 04:06:37 +0000 (04:06 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 8 Mar 2013 09:35:16 +0000 (01:35 -0800)
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/param.c

index 36bf39d..c16bd75 100644 (file)
@@ -169,7 +169,10 @@ struct e1000_option {
                /* list_option info */
                struct {
                        int nr;
-                       struct e1000_opt_list { int i; char *str; } *p;
+                       struct e1000_opt_list {
+                               int i;
+                               char *str;
+                       } *p;
                } l;
        } arg;
 };