Skip to content

Commit 9a4bc5e

Browse files
ikegami-tigaw
authored andcommitted
test/zns: fix kernel-doc-check warnings
Since the following warnings output. $ ./scripts/kernel-doc-check test/zns.c test/zns.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst test/zns.c:10: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 644d9a5 commit 9a4bc5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libnvme/test/zns.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// SPDX-License-Identifier: LGPL-2.1-or-later
2-
/**
2+
/*
33
* This file is part of libnvme.
44
* Copyright (c) 2020 Western Digital Corporation or its affiliates.
55
*
66
* Authors: Keith Busch <[email protected]>
77
*/
88

9-
/**
9+
/*
1010
* Search out for ZNS type namespaces, and if found, report their properties.
1111
*/
1212
#include "nvme/tree.h"

0 commit comments

Comments
 (0)