Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753224AbdHIOfH (ORCPT ); Wed, 9 Aug 2017 10:35:07 -0400 Received: from mail.savoirfairelinux.com ([208.88.110.44]:38738 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752783AbdHIOfF (ORCPT ); Wed, 9 Aug 2017 10:35:05 -0400 From: Vivien Didelot To: Bhumika Goyal , julia.lawall@lip6.fr, andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Bhumika Goyal Subject: Re: [PATCH] net: dsa: make dsa_switch_ops const In-Reply-To: <1502255055-24751-1-git-send-email-bhumirks@gmail.com> References: <1502255055-24751-1-git-send-email-bhumirks@gmail.com> Date: Wed, 09 Aug 2017 10:32:02 -0400 Message-ID: <87mv78hkwt.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 306 Lines: 9 Bhumika Goyal writes: > Make these structures const as they are only stored in the ops field of > a dsa_switch structure, which is const. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Reviewed-by: Vivien Didelot