From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] const: struct nla_policy Date: Thu, 18 Feb 2010 14:30:48 -0800 (PST) Message-ID: <20100218.143048.18424721.davem@davemloft.net> References: <20100218181431.GC21184@x200> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: adobriyan@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:36787 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758811Ab0BRWac (ORCPT ); Thu, 18 Feb 2010 17:30:32 -0500 In-Reply-To: <20100218181431.GC21184@x200> Sender: netdev-owner@vger.kernel.org List-ID: From: Alexey Dobriyan Date: Thu, 18 Feb 2010 20:14:31 +0200 > Make remaining netlink policies as const. > Fixup coding style where needed. > > Signed-off-by: Alexey Dobriyan Applied.