Re: [PATCH] macvlan: fix typo in assignment
From: David Miller <davem@davemloft.net>
Date: 2013-08-30 21:31:28
From: David Miller <davem@davemloft.net>
Date: 2013-08-30 21:31:28
From: Lutz Jaenicke <redacted> Date: Wed, 28 Aug 2013 13:34:31 +0200
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 <redacted>
This is a harmless error, because semantically it causes no bug. So this is a cleanup and I've thus applied it to net-next, thanks.