Skip to content
Snippets Groups Projects
Commit 71740129 authored by Lutz Jaenicke's avatar Lutz Jaenicke Committed by David S. Miller
Browse files

macvlan: fix typo in assignment


commit 3b04ddde
"[NET]: Move hardware header operations out of netdevice."
moved the handling into macvlan setup adding
  dev->header_ops         = &macvlan_hard_header_ops,
At the end of the line the ',' should have been a ';'

Signed-off-by: default avatarLutz Jaenicke <ljaenicke@innominate.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e2a240c7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment