From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/5] More const ops cleanups Date: Tue, 01 Sep 2009 22:25:00 -0700 Message-ID: <20090902052500.808557262@vyatta.com> Cc: netdev@vger.kernel.org To: David Miller Return-path: Received: from suva.vyatta.com ([76.74.103.44]:46823 "EHLO suva.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755803AbZIBFhG (ORCPT ); Wed, 2 Sep 2009 01:37:06 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Many places were not using const when defining/using structures that only contain initialized values. --