On Wed, 2019-09-11 at 08:48 -0700, Dan Williams wrote:
> Document the basic policies of the libnvdimm subsystem and provide a first
> example of a Maintainer Entry Profile for others to duplicate and edit.
[]
> +Coding Style Addendum
> +---------------------
> +libnvdimm expects multi-line statements to be double indented. I.e.
> +
> + if (x...
> + && ...y) {
I don't find a good reason to do this.
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -9185,6 +9185,7 @@ M: Dan Williams <[email protected]>
> M: Vishal Verma <[email protected]>
> M: Dave Jiang <[email protected]>
> L: [email protected]
> +P: Documentation/nvdimm/maintainer-entry-profile.rst
I also think the indirection to a separate
file is not a good thing.
Separate styles for individual subsystems is
not something I would want to encourage.