Skip to content

Commit

Permalink
mkdir03: Convert docs to docparse
Browse files Browse the repository at this point in the history
+ Improve docs, add copyright.

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Mar 7, 2024
1 parent d824f59 commit cbc2d05
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions testcases/kernel/syscalls/mkdir/mkdir03.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) International Business Machines Corp., 2001
* Copyright (c) International Business Machines Corp., 2001
* Copyright (c) Linux Test Project, 2002-2024
* Ported to LTP: Wayne Boyer
*/
/*
* DESCRIPTION
* check mkdir() with various error conditions that should produce
* EFAULT, ENAMETOOLONG, EEXIST, ENOENT, ENOTDIR, ELOOP and EROFS

/*\
* [Description]
*
* Check mkdir() with various error conditions that should produce
* EFAULT, ENAMETOOLONG, EEXIST, ENOENT, ENOTDIR, ELOOP and EROFS.
*
* Testing on various types of files (symlinks, directories, pipes, devices, etc).
*/

#include <paths.h>
Expand Down

0 comments on commit cbc2d05

Please sign in to comment.