Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751978AbdHBXxz (ORCPT ); Wed, 2 Aug 2017 19:53:55 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:32874 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751073AbdHBXxw (ORCPT ); Wed, 2 Aug 2017 19:53:52 -0400 Date: Wed, 02 Aug 2017 16:53:51 -0700 (PDT) Message-Id: <20170802.165351.424790560739401085.davem@davemloft.net> To: amitoj1606@gmail.com Cc: 3chas3@gmail.com, linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] atm: solos-pci: constify attribute_group structures From: David Miller In-Reply-To: <20170801235747.GA14034@amitoj-Inspiron-3542> References: <20170801235747.GA14034@amitoj-Inspiron-3542> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 02 Aug 2017 16:53:51 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 680 Lines: 20 From: Amitoj Kaur Chawla Date: Tue, 1 Aug 2017 19:57:47 -0400 > Functions working with attribute_groups provided by > work with const attribute_group. These attribute_group structures do not > change at runtime so mark them as const. > > File size before: > text data bss dec hex filename > 35740 28424 832 64996 fde4 drivers/atm/solos-pci.o > > File size after: > text data bss dec hex filename > 35932 28232 832 64996 fde4 drivers/atm/solos-pci.o > > This change was made with the help of Coccinelle. > > Signed-off-by: Amitoj Kaur Chawla Applied.