From: Lutz Jaenicke Date: Wed, 28 Aug 2013 11:34:31 +0000 (+0200) Subject: macvlan: fix typo in assignment X-Git-Tag: v3.12-rc1~132^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7174012955d0e545e5253192e2cd37fedbc405f9;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed