kernel: improve the description of fs-nfs-v4
authorBob Cai <1119283622@qq.com>
Wed, 9 Sep 2020 03:27:58 +0000 (11:27 +0800)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 10 Sep 2020 16:52:15 +0000 (18:52 +0200)
TITLE is "NFS4 filesystem client support" (Line 428)
but the description is "Kernel module for NFS v4 support" (Line 438).

Use "Kernel module for NFS v4 client support" on line 438.

Signed-off-by: Bob Cai <1119283622@qq.com>
[commit title/message facelift]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
package/kernel/linux/modules/fs.mk

index 9b3a6dce46fbeab3ac831a51b70057c985eb78a8..cfce929c0c5b644098a3485242099432107b73af 100644 (file)
@@ -435,7 +435,7 @@ define KernelPackage/fs-nfs-v4
 endef
 
 define KernelPackage/fs-nfs-v4/description
- Kernel module for NFS v4 support
+ Kernel module for NFS v4 client support
 endef
 
 $(eval $(call KernelPackage,fs-nfs-v4))