Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754829AbdHVHuT (ORCPT ); Tue, 22 Aug 2017 03:50:19 -0400 Received: from mail-wr0-f178.google.com ([209.85.128.178]:33240 "EHLO mail-wr0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754645AbdHVHuR (ORCPT ); Tue, 22 Aug 2017 03:50:17 -0400 Date: Tue, 22 Aug 2017 09:50:12 +0200 From: Richard Cochran To: Bhumika Goyal Cc: Julia Lawall , netdev@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH] ptp: make ptp_clock_info const Message-ID: <20170822075012.pcgr3dfau4duv3gt@localhost> References: <1503336672-22918-1-git-send-email-bhumirks@gmail.com> <20170822062730.u2zj7qumzjcl4f6o@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 310 Lines: 10 On Tue, Aug 22, 2017 at 12:06:23PM +0530, Bhumika Goyal wrote: > By testing I meant that they have been checked by the compiler. I > haven't run the code on a hardware or some test data. Yes, compiling is good enough for this change. Thanks, Richard > > Acked-by: Richard Cochran