linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Rikard Falkeborn <rikard.falkeborn@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: pihsun@chromium.org, lgirdwood@gmail.com, broonie@kernel.org,
	bleung@chromium.org, enric.balletbo@collabora.com,
	groeck@chromium.org, linux-kernel@vger.kernel.org
Subject: [PATCH] const_structs.checkpatch: Add regulator_ops
Date: Sat, 11 Jul 2020 04:57:54 -0700	[thread overview]
Message-ID: <dab1ba1aa03a8236933cfb7a28937efb0b808f13.camel@perches.com> (raw)
In-Reply-To: <20200711114409.9911-1-rikard.falkeborn@gmail.com>

Add regulator_ops to expected to be const list

Signed-off-by: Joe Perches <joe@perches.com>
---
diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch
index ac5f1267151d..e9df9cc28a85 100644
--- a/scripts/const_structs.checkpatch
+++ b/scripts/const_structs.checkpatch
@@ -44,6 +44,7 @@ platform_hibernation_ops
 platform_suspend_ops
 proto_ops
 regmap_access_table
+regulator_ops
 rpc_pipe_ops
 rtc_class_ops
 sd_desc



  reply	other threads:[~2020-07-11 11:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-11 11:44 [PATCH] regulator: cros-ec: Constify cros_ec_regulator_voltage_ops Rikard Falkeborn
2020-07-11 11:57 ` Joe Perches [this message]
2020-07-11 17:14   ` [PATCH] regulator: Use const regulator_ops when possible Joe Perches
2020-07-13  8:55 ` [PATCH] regulator: cros-ec: Constify cros_ec_regulator_voltage_ops Pi-Hsun Shih
2020-07-13 17:28 ` Mark Brown

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=dab1ba1aa03a8236933cfb7a28937efb0b808f13.camel@perches.com \
    --to=joe@perches.com \
    --cc=akpm@linux-foundation.org \
    --cc=bleung@chromium.org \
    --cc=broonie@kernel.org \
    --cc=enric.balletbo@collabora.com \
    --cc=groeck@chromium.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pihsun@chromium.org \
    --cc=rikard.falkeborn@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).