summaryrefslogtreecommitdiff
path: root/proto_ethernet.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-09-01 16:11:34 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-09-01 16:11:34 +0200
commitb91143ff4258957189331cf63c2e58cace471614 (patch)
tree69bf95058dd1a18079e761dc29c2cdae77490bd8 /proto_ethernet.c
parent03f5d65f039bcccfcb8f8aeba14876e308e68dce (diff)
trafgen: Replace variable length arrays
Use zmalloc()'ed buffer or statically sized array to replace usage of variable sized arrays. Found by the sparse static checker. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_ethernet.c')
0 files changed, 0 insertions, 0 deletions
>)parent926af6273fc683cd98cd0ce7bf0d04a02eed6742 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The conflict was an interaction between a bug fix in the netvsc driver in 'net' and an optimization of the RX path in 'net-next'. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/usb/c67x00/c67x00.h')