diff options
author | Namjae Jeon <namjae.jeon@samsung.com> | 2021-03-17 08:52:17 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-05-11 02:15:17 +0200 |
commit | c0e8110e6c75758c4567f8e713f26e5dbd88cc7c (patch) | |
tree | 35b67a1745de561692dea62dfe45f7e877bc5cef /Documentation/filesystems/cifs | |
parent | MAINTAINERS: add cifsd kernel server (diff) | |
download | linux-c0e8110e6c75758c4567f8e713f26e5dbd88cc7c.tar.xz linux-c0e8110e6c75758c4567f8e713f26e5dbd88cc7c.zip |
cifsd: fix WARNING: Title overline too short
Stephen reported a warning message from cifsd.rst file.
Documentation/filesystems/cifs/cifsd.rst:3: WARNING: Title overline too
short.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'Documentation/filesystems/cifs')
-rw-r--r-- | Documentation/filesystems/cifs/cifsd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/cifs/cifsd.rst b/Documentation/filesystems/cifs/cifsd.rst index e0c33d03f290..af3589da6923 100644 --- a/Documentation/filesystems/cifs/cifsd.rst +++ b/Documentation/filesystems/cifs/cifsd.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -========================= +========================== CIFSD - SMB3 Kernel Server -========================= +========================== CIFSD is a linux kernel server which implements SMB3 protocol in kernel space for sharing files over network. |