aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamjae Jeon <[email protected]>2021-03-17 16:52:17 +0900
committerSteve French <[email protected]>2021-05-10 19:15:17 -0500
commitc0e8110e6c75758c4567f8e713f26e5dbd88cc7c (patch)
tree35b67a1745de561692dea62dfe45f7e877bc5cef
parent3a3fd9d4939f8e1ee9b082e7f0066f41d434aa16 (diff)
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 <[email protected]> Signed-off-by: Namjae Jeon <[email protected]> Signed-off-by: Steve French <[email protected]>
-rw-r--r--Documentation/filesystems/cifs/cifsd.rst4
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.