From: Philipp Zabel <p.zabel@pengutronix.de>
To: Bhumika Goyal <bhumirks@gmail.com>
Cc: julia.lawall@lip6.fr, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] reset: constify reset_control_ops structures
Date: Thu, 12 Jan 2017 11:54:04 +0100 [thread overview]
Message-ID: <1484218444.2376.9.camel@pengutronix.de> (raw)
In-Reply-To: <1483980835-13659-1-git-send-email-bhumirks@gmail.com>
Am Montag, den 09.01.2017, 22:23 +0530 schrieb Bhumika Goyal:
> Declare reset_control_ops structures as const as they are only stored
> in the ops field of a reset_controller_dev structure. This field is of
> type const struct reset_control_ops *, so reset_control_ops structures
> having this property can be declared as const.
> Done using Coccinelle:
>
> @r1 disable optional_qualifier@
> identifier i;
> position p;
> @@
> static struct reset_control_ops i@p={...};
>
> @ok1@
> identifier r1.i;
> position p;
> struct ti_syscon_reset_data data;
> @@
> data.rcdev.ops=&i@p;
>
> @bad@
> position p!={r1.p,ok1.p};
> identifier r1.i;
> @@
> i@p
>
> @depends on !bad disable optional_qualifier@
> identifier r1.i;
> @@
> +const
> struct reset_control_ops i;
>
> File size before: drivers/reset/reset-ti-syscon.o
> text data bss dec hex filename
> 1329 240 0 1569 621 drivers/reset/reset-ti-syscon.o
>
> File size after: drivers/reset/reset-ti-syscon.o
> text data bss dec hex filename
> 1377 192 0 1569 621 drivers/reset/reset-ti-syscon.o
>
> Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Applied, thank you.
regards
Philipp
prev parent reply other threads:[~2017-01-12 10:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-09 16:53 Bhumika Goyal
2017-01-12 10:54 ` Philipp Zabel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1484218444.2376.9.camel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=bhumirks@gmail.com \
--cc=julia.lawall@lip6.fr \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®