[openwrt/openwrt] kernel: improve the description of fs-nfs-v4

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 10 12:52:23 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f1bc66c7653e7603b4621f5ea14be129a2bd5e4f

commit f1bc66c7653e7603b4621f5ea14be129a2bd5e4f
Author: Bob Cai <1119283622 at qq.com>
AuthorDate: Wed Sep 9 11:27:58 2020 +0800

    kernel: improve the description of fs-nfs-v4
    
    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 at qq.com>
    [commit title/message facelift]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 package/kernel/linux/modules/fs.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index 9b3a6dce46..cfce929c0c 100644
--- a/package/kernel/linux/modules/fs.mk
+++ b/package/kernel/linux/modules/fs.mk
@@ -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))



More information about the lede-commits mailing list