From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH v3 net-next 2/2] rocker: mark parameters and local variables as const Date: Mon, 25 May 2015 09:17:57 +0200 Message-ID: <20150525071757.GB2081@nanopsycho.orion> References: <1432531716-9189-1-git-send-email-simon.horman@netronome.com> <1432531716-9189-3-git-send-email-simon.horman@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Scott Feldman , David Miller , netdev@vger.kernel.org To: Simon Horman Return-path: Received: from mail-wi0-f173.google.com ([209.85.212.173]:37357 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852AbbEYHSD (ORCPT ); Mon, 25 May 2015 03:18:03 -0400 Received: by wibt6 with SMTP id t6so40388794wib.0 for ; Mon, 25 May 2015 00:18:01 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1432531716-9189-3-git-send-email-simon.horman@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: Mon, May 25, 2015 at 07:28:36AM CEST, simon.horman@netronome.com wrote: >Mark parameters and local variables as const where possible. > >Signed-off-by: Simon Horman >Acked-by: Scott Feldman Acked-by: Jiri Pirko