Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1571084 > unrolled thread

Re: [PATCH] regulator: palmas-regulator: constify regulator_ops structure

Started byMark Brown <broonie@kernel.org>
First post2017-01-31 22:00 +0100
Last post2017-01-31 22:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] regulator: palmas-regulator: constify regulator_ops  structure Mark Brown <broonie@kernel.org> - 2017-01-31 22:00 +0100

#1571084 — Re: [PATCH] regulator: palmas-regulator: constify regulator_ops structure

FromMark Brown <broonie@kernel.org>
Date2017-01-31 22:00 +0100
SubjectRe: [PATCH] regulator: palmas-regulator: constify regulator_ops structure
Message-ID<t5NGW-5im-35@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

On Sat, Jan 28, 2017 at 08:23:55PM +0530, Bhumika Goyal wrote:
> Declare regulator_ops structure as const as it is only stored in the ops
> field of a regulator_desc structure. This field is of type const, so
> regulator_ops structures having this property can be made const too.

Please submit patches using subject lines reflecting the style for the
subsystem (this applies to a large proportion of the patches you've
sent here).  This makes it easier for people to identify relevant
patches.  Look at what existing commits in the area you're changing are
doing and make sure your subject lines visually resemble what they're
doing.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web