Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbf44127 authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher
Browse files

e1000e: cleanup format of struct e1000_opt_list struct

parent ce43a216
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;
};