Commit a6e45332 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] C99 initializers for drivers/net/wireless/airo.c

From: "Art Haas" <ahaas@airmail.net>

Here's a small patch changing the GNU-style initializers to C99 initializers.
parent de32b801
...@@ -1036,8 +1036,8 @@ typedef struct { ...@@ -1036,8 +1036,8 @@ typedef struct {
} WifiCtlHdr; } WifiCtlHdr;
WifiCtlHdr wifictlhdr8023 = { WifiCtlHdr wifictlhdr8023 = {
ctlhdr: { .ctlhdr = {
ctl: HOST_DONT_RLSE, .ctl = HOST_DONT_RLSE,
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment