incubator-nuttx/fs/nfs
Gregory Nutt fefd893b65 fs/nfs/nfs_util.c: Fix compilation error
The build gets broken when both the NFS and DEBUG_FS_ERROR configurations enabled. This tiny change fixes the compilation error.

Run file through nxstyle and correct issues.

NOTE:  This line:

    /* This logic just supports "//" sequences in the path name */

generates the false alarm error:

    fs/nfs/nfs_util.c:84:39: error: C++ style comment
2020-05-25 13:45:28 -06:00
..
Kconfig Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
Make.defs build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
nfs.h fs/nfs: Support both IPv6 and TCP 2020-03-02 15:04:07 -06:00
nfs_mount.h fs/nfs: Support both IPv6 and TCP 2020-03-02 15:04:07 -06:00
nfs_node.h NFS bug fix and improvement (#412) 2020-03-01 14:55:01 -06:00
nfs_proto.h NFS bug fix and improvement (#412) 2020-03-01 14:55:01 -06:00
nfs_util.c fs/nfs/nfs_util.c: Fix compilation error 2020-05-25 13:45:28 -06:00
nfs_vfsops.c Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
rpc.h fs/nfs: Add the simplest RPCAUTH_UNIX support 2020-03-02 15:04:20 -06:00
rpc_clnt.c fs/nfs: Add the simplest RPCAUTH_UNIX support 2020-03-02 15:04:20 -06:00
xdr_subs.h NFS bug fix and improvement (#412) 2020-03-01 14:55:01 -06:00