Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754613AbdHVGYz (ORCPT ); Tue, 22 Aug 2017 02:24:55 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:34962 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754554AbdHVGYy (ORCPT ); Tue, 22 Aug 2017 02:24:54 -0400 Date: Tue, 22 Aug 2017 08:24:48 +0200 From: Richard Cochran To: Bhumika Goyal Cc: julia.lawall@lip6.fr, nicolas.ferre@microchip.com, peppe.cavallaro@st.com, alexandre.torgue@st.com, cmetcalf@mellanox.com, adi-buildroot-devel@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: ethernet: make ptp_clock_info const Message-ID: <20170822062448.hcr5z67pvh5dc3bw@localhost> References: <1503335210-16179-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503335210-16179-1-git-send-email-bhumirks@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 204 Lines: 5 On Mon, Aug 21, 2017 at 10:36:50PM +0530, Bhumika Goyal wrote: > Make these const as they are only used in a copy operation. > Done using Coccinelle. Acked-by: Richard Cochran