From 7174012955d0e545e5253192e2cd37fedbc405f9 Mon Sep 17 00:00:00 2001 From: Lutz Jaenicke Date: Wed, 28 Aug 2013 13:34:31 +0200 Subject: [PATCH] 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-format-patch failed