Re: [PATCH 4 2/4] NET ethernet introduce mac_platform helper
From: Joe Perches <joe@perches.com>
Date: 2012-07-05 03:25:54
Also in:
linux-arm-kernel, linux-omap, lkml
From: Joe Perches <joe@perches.com>
Date: 2012-07-05 03:25:54
Also in:
linux-arm-kernel, linux-omap, lkml
On Thu, 2012-07-05 at 11:20 +0800, Andy Green wrote:
On 05/07/12 11:12, the mail apparently from Joe Perches included:
[]
quoted
quoted
diff --git a/net/ethernet/mac-platform.c b/net/ethernet/mac-platform.c[]quoted
+static int mac_platform_netdev_event(struct notifier_block *this, + unsigned long event, void *ptr)alignment to parenthesis please.OK. Although different places in the kernel seem to have different expectations about that.
net and drivers/net is pretty consistent. Most of the exceptions are old code. Some of those exceptions are being slowly updated too. cheers, Joe