]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
macvlan: fix typo in assignment
authorLutz Jaenicke <ljaenicke@innominate.com>
Wed, 28 Aug 2013 11:34:31 +0000 (13:34 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2013 21:30:36 +0000 (17:30 -0400)
commit7174012955d0e545e5253192e2cd37fedbc405f9
treefe5ad0d1975fa9ad67c13e821ba0851cfba261b1
parente2a240c7d3bcebf90936cc7c22c2729b3a4cec1f
macvlan: fix typo in assignment

commit 3b04ddde02cf1b6f14f2697da5c20eca5715017f
"[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: Lutz Jaenicke <ljaenicke@innominate.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c