Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751913AbdHBXxr (ORCPT ); Wed, 2 Aug 2017 19:53:47 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:32868 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751073AbdHBXxp (ORCPT ); Wed, 2 Aug 2017 19:53:45 -0400 Date: Wed, 02 Aug 2017 16:53:44 -0700 (PDT) Message-Id: <20170802.165344.1436084142194668583.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 1/2] atm: adummy: constify attribute_group structure From: David Miller In-Reply-To: <20170801235738.GA13517@amitoj-Inspiron-3542> References: <20170801235738.GA13517@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:45 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 674 Lines: 20 From: Amitoj Kaur Chawla Date: Tue, 1 Aug 2017 19:57:38 -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 > 2033 1448 0 3481 d99 drivers/atm/adummy.o > > File size after: > text data bss dec hex filename > 2129 1352 0 3481 d99 drivers/atm/adummy.o > > This change was made with the help of Coccinelle. > > Signed-off-by: Amitoj Kaur Chawla Applied.