Skip to content

Commit f45ab53

Browse files
rddunlapJonathan Corbet
authored andcommitted
nvdimm: fixes to maintainter-entry-profile
Fix punctuation and wording in a few places. Signed-off-by: Randy Dunlap <[email protected]> Cc: Dan Williams <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 5f7859c commit f45ab53

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/nvdimm/maintainer-entry-profile.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ LIBNVDIMM Maintainer Entry Profile
44
Overview
55
--------
66
The libnvdimm subsystem manages persistent memory across multiple
7-
architectures. The mailing list, is tracked by patchwork here:
7+
architectures. The mailing list is tracked by patchwork here:
88
https://patchwork.kernel.org/project/linux-nvdimm/list/
99
...and that instance is configured to give feedback to submitters on
1010
patch acceptance and upstream merge. Patches are merged to either the
11-
'libnvdimm-fixes', or 'libnvdimm-for-next' branch. Those branches are
11+
'libnvdimm-fixes' or 'libnvdimm-for-next' branch. Those branches are
1212
available here:
1313
https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git/
1414

15-
In general patches can be submitted against the latest -rc, however if
15+
In general patches can be submitted against the latest -rc; however, if
1616
the incoming code change is dependent on other pending changes then the
1717
patch should be based on the libnvdimm-for-next branch. However, since
1818
persistent memory sits at the intersection of storage and memory there
@@ -35,20 +35,20 @@ getting the test environment set up.
3535

3636
ACPI Device Specific Methods (_DSM)
3737
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38-
Before patches enabling for a new _DSM family will be considered it must
38+
Before patches enabling a new _DSM family will be considered, it must
3939
be assigned a format-interface-code from the NVDIMM Sub-team of the ACPI
4040
Specification Working Group. In general, the stance of the subsystem is
41-
to push back on the proliferation of NVDIMM command sets, do strongly
41+
to push back on the proliferation of NVDIMM command sets, so do strongly
4242
consider implementing support for an existing command set. See
43-
drivers/acpi/nfit/nfit.h for the set of support command sets.
43+
drivers/acpi/nfit/nfit.h for the set of supported command sets.
4444

4545

4646
Key Cycle Dates
4747
---------------
4848
New submissions can be sent at any time, but if they intend to hit the
4949
next merge window they should be sent before -rc4, and ideally
5050
stabilized in the libnvdimm-for-next branch by -rc6. Of course if a
51-
patch set requires more than 2 weeks of review -rc4 is already too late
51+
patch set requires more than 2 weeks of review, -rc4 is already too late
5252
and some patches may require multiple development cycles to review.
5353

5454

0 commit comments

Comments
 (0)