From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752451AbdFLSHB (ORCPT ); Mon, 12 Jun 2017 14:07:01 -0400 Received: from mail-yb0-f175.google.com ([209.85.213.175]:34613 "EHLO mail-yb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752054AbdFLSG6 (ORCPT ); Mon, 12 Jun 2017 14:06:58 -0400 Date: Mon, 12 Jun 2017 14:06:55 -0400 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: declare ata_port_info structures as const Message-ID: <20170612180655.GE19206@htj.duckdns.org> References: <1497008708-9026-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1497008708-9026-1-git-send-email-bhumirks@gmail.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 09, 2017 at 05:15:08PM +0530, Bhumika Goyal wrote: > ata_port_info structures are either copied to other objects or their > references are stored in objects of type const. So, ata_port_info > structures having similar usage pattern can be made const. > > Signed-off-by: Bhumika Goyal Applied to libata/for-4.13. Thanks. -- tejun