From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751971AbdHGPHe (ORCPT ); Mon, 7 Aug 2017 11:07:34 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:37617 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751681AbdHGPHb (ORCPT ); Mon, 7 Aug 2017 11:07:31 -0400 Date: Mon, 7 Aug 2017 08:07:27 -0700 From: Tejun Heo To: Bhumika Goyal Cc: julia.lawall@lip6.fr, b.zolnierkie@samsung.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ata: make ata_port_operations const Message-ID: <20170807150727.GD4050379@devbig577.frc2.facebook.com> References: <1502101922-13313-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1502101922-13313-1-git-send-email-bhumirks@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Mon, Aug 07, 2017 at 04:02:02PM +0530, Bhumika Goyal wrote: > Make ata_port_operations structures const as it is only stored in the > inherits field of an ata_port_operations structure. Therefore make it > const. > > Signed-off-by: Bhumika Goyal How did you test the patch? Thanks. -- tejun