Re: [PATCH] packet: Use PAGE_ALIGNED macro

2015-11-17 Thread David Miller
From: Tobias Klauser Date: Tue, 17 Nov 2015 10:40:21 +0100 > Use PAGE_ALIGNED(...) instead of open-coding it. > > Signed-off-by: Tobias Klauser Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo inf

[PATCH] packet: Use PAGE_ALIGNED macro

2015-11-17 Thread Tobias Klauser
Use PAGE_ALIGNED(...) instead of open-coding it. Signed-off-by: Tobias Klauser --- net/packet/af_packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index af399ca..8f70523 100644 --- a/net/packet/af_packet.c +++ b/net/packe