arcnet: reformat structs to C99 format
This patch changes the macro definitions to match the C99 formating. This improves the readability. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
This commit is contained in:
@@ -230,14 +230,12 @@ free_outskb:
|
||||
}
|
||||
|
||||
static struct ArcProto capmode_proto = {
|
||||
'r',
|
||||
XMTU,
|
||||
0,
|
||||
rx,
|
||||
build_header,
|
||||
prepare_tx,
|
||||
NULL,
|
||||
ack_tx
|
||||
.suffix = 'r',
|
||||
.mtu = XMTU,
|
||||
.rx = rx,
|
||||
.build_header = build_header,
|
||||
.prepare_tx = prepare_tx,
|
||||
.ack_tx = ack_tx
|
||||
};
|
||||
|
||||
static void arcnet_cap_init(void)
|
||||
|
Reference in New Issue
Block a user