Skip to content

Commit

Permalink
Documentation: filesystems: mount_api: fix headings
Browse files Browse the repository at this point in the history
Fix capitalization in two headings, correct one verb, and
demote one heading to a section heading.

Fixes: 791a17e ("docs: filesystems: convert mount_api.txt to ReST")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/adaf123c-b394-f78c-53c0-671d7fda45e7@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Randy Dunlap authored and Jonathan Corbet committed Sep 24, 2020
1 parent aed26ee commit 8ede564
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Documentation/filesystems/mount_api.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. SPDX-License-Identifier: GPL-2.0
====================
fILESYSTEM Mount API
Filesystem Mount API
====================

.. CONTENTS
Expand Down Expand Up @@ -479,7 +479,7 @@ returned.
int vfs_parse_fs_param(struct fs_context *fc,
struct fs_parameter *param);
Supply a single mount parameter to the filesystem context. This include
Supply a single mount parameter to the filesystem context. This includes
the specification of the source/device which is specified as the "source"
parameter (which may be specified multiple times if the filesystem
supports that).
Expand Down Expand Up @@ -592,8 +592,7 @@ The following helpers all wrap sget_fc():
one.


=====================
PARAMETER DESCRIPTION
Parameter Description
=====================

Parameters are described using structures defined in linux/fs_parser.h.
Expand Down

0 comments on commit 8ede564

Please sign in to comment.