diff --git a/testcases/kernel/syscalls/mkdir/mkdir03.c b/testcases/kernel/syscalls/mkdir/mkdir03.c index 40d819642e4..20089c9c94b 100644 --- a/testcases/kernel/syscalls/mkdir/mkdir03.c +++ b/testcases/kernel/syscalls/mkdir/mkdir03.c @@ -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