Re: [PATCH] ACPI: nfit: constify *_attribute_group.

From: Dan Williams
Date: Wed Jun 28 2017 - 00:42:51 EST


On Thu, Jun 22, 2017 at 3:14 AM, Arvind Yadav <arvind.yadav.cs@xxxxxxxxx> wrote:
> File size before:
> text data bss dec hex filename
> 20792 1580 994 23366 5b46 drivers/acpi/nfit/core.o
>
> File size After adding 'const':
> text data bss dec hex filename
> 20968 1388 994 23350 5b36 drivers/acpi/nfit/core.o
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
> ---
> drivers/acpi/nfit/core.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Looks good to me, applied.